projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c3a2db
)
this message is not needed
Karen Etheridge [Sat, 19 Oct 2013 18:12:31 +0000 (11:12 -0700)]
t/taint-mode.t
patch
|
blob
|
blame
|
history
diff --git
a/t/taint-mode.t
b/t/taint-mode.t
index
3f6565e
..
43c01be
100644
(file)
--- a/
t/taint-mode.t
+++ b/
t/taint-mode.t
@@
-31,7
+31,6
@@
use strict; use warnings;
use local::lib '$dir1';
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) {
exit 0;
}