projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1408fb8
)
[perl #70075] no 6; broken
Father Chrysostomos [Mon, 31 May 2010 10:03:11 +0000 (20:03 +1000)]
the original patch included a fix, but this problem was fixed in
faee19b5
, so only apply the test.
t/lib/feature/implicit
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/feature/implicit
b/t/lib/feature/implicit
index
0632770
..
a6c3bea
100644
(file)
--- a/
t/lib/feature/implicit
+++ b/
t/lib/feature/implicit
@@
-60,3
+60,7
@@
BEGIN {
}
EXPECT
Helloworld
+########
+# no implicit features with 'no'
+eval "no " . ($]+1); print $@;
+EXPECT