[Bast-commits] r8768 - local-lib/1.000/trunk/lib/local
apeiron at dev.catalyst.perl.org
apeiron at dev.catalyst.perl.org
Sat Feb 20 20:12:38 GMT 2010
Author: apeiron
Date: 2010-02-20 20:12:38 +0000 (Sat, 20 Feb 2010)
New Revision: 8768
Modified:
local-lib/1.000/trunk/lib/local/lib.pm
Log:
remove spurious quotes
Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm 2010-02-20 19:57:59 UTC (rev 8767)
+++ local-lib/1.000/trunk/lib/local/lib.pm 2010-02-20 20:12:38 UTC (rev 8768)
@@ -49,7 +49,7 @@
}
}
- 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
More information about the Bast-commits
mailing list