X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flocal%2Flib.pm;h=0ea978f2f6275a9b6a84153f930aa7dcea9b6c56;hb=aac846269ccf5b1a07b4b316988f94aac5c63a12;hp=8c38bc687103cb6bcd39061ca3827cd44cedd488;hpb=e12c866308e6bbd76233b3c8805721c93fa65a29;p=p5sagit%2Flocal-lib.git diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 8c38bc6..0ea978f 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -11,7 +11,7 @@ use File::Path (); use Carp (); use Config; -our $VERSION = '1.005000'; # 1.5.0 +our $VERSION = '1.005001'; # 1.5.1 my @KNOWN_FLAGS = (qw/--self-contained/); sub import { @@ -49,7 +49,7 @@ DEATH } } - if($arg_store{self-contained}) { + if($arg_store{'self-contained'}) { # The only directories that remain are those that we just defined and those # where core modules are stored. We put PERL5LIB first, so it'll be favored # over privlibexp and archlibexp