From: apeiron Date: Sat, 20 Feb 2010 20:12:38 +0000 (+0000) Subject: remove spurious quotes X-Git-Tag: 1.006009~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=4b25534dff295b1317d0156824a25a55038a1684 remove spurious quotes git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8768 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 2e0b713..67c1cb4 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -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