summaryrefslogtreecommitdiff
path: root/t/lib/feature
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-05-31 20:03:11 +1000
committerTony Cook <tony@develop-help.com>2010-05-31 20:30:28 +1000
commite57ed4ecd4d7de38a79a316da8d657dad656f93f (patch)
tree76460ae34639b9d0ea5080709079e8ec22a33d27 /t/lib/feature
parent1408fb84de0c28007d91730cde177d893e427181 (diff)
downloadperl-e57ed4ecd4d7de38a79a316da8d657dad656f93f.tar.gz
[perl #70075] no 6; broken
the original patch included a fix, but this problem was fixed in faee19b5, so only apply the test.
Diffstat (limited to 't/lib/feature')
-rw-r--r--t/lib/feature/implicit4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib/feature/implicit b/t/lib/feature/implicit
index 0632770401..a6c3beac28 100644
--- 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