Revision history for local::lib
+ - see 1.008019 through 1.008021
+
1.008021 2013-10-04 (development release, unindexed)
- yet another attempt to overcome win32 testing issues (paths with
spaces, backslashes)
warn "using lib dir $dir1\\n";
my \$quoted_dir = quotemeta('$dir1');
warn "dir is $dir1, quoted is \$quoted_dir\\n";
-if (grep { m{^\$quoted_dir/} } \@INC) {
+if (grep { m{^\$quoted_dir} } \@INC) {
exit 0;
}
warn '\@INC is: ', join("\\n", \@INC), "\\n";