[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

index 0632770..a6c3bea 100644 (file)
@@ -60,3 +60,7 @@ BEGIN {
 }
 EXPECT
 Helloworld
+########
+# no implicit features with 'no'
+eval "no " . ($]+1); print $@;
+EXPECT