Useless local pointed out by Daniel.

This commit is contained in:
Brian Fraser
2012-01-10 10:53:28 -03:00
parent b4289010b1
commit 038dfeba59

View File

@@ -25,7 +25,7 @@ local $SIG{__DIE__} = sub {
} if MKDEBUG;
sub main {
local @ARGV = @_; # set global ARGV for this package
@ARGV = @_; # set global ARGV for this package
# ########################################################################
# Get configuration information.