From f46b418a8e5694af45ed61d77d9b2af92a1193a1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Mar 2007 19:38:19 +0000 Subject: cleanups --- mdkupdate | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mdkupdate b/mdkupdate index cf20d513..81809037 100755 --- a/mdkupdate +++ b/mdkupdate @@ -22,7 +22,7 @@ ################################################################################ # workaround standalone.pm eating "--auto" from @ARGV: -BEGIN { $::no_global_argv_parsing = 1 }; +BEGIN { $::no_global_argv_parsing = 1 } use strict; use POSIX; @@ -261,7 +261,6 @@ sub install_pkgs { undef $w; } - sub my_fullname { return '?-?-?' unless ref $_[0]; my ($name, $version, $release) = $_[0]->fullname; -- cgit v1.2.1