From: Father Chrysostomos Date: Mon, 31 May 2010 10:03:11 +0000 (+1000) Subject: [perl #70075] no 6; broken X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e57ed4ecd4d7de38a79a316da8d657dad656f93f;p=p5sagit%2Fp5-mst-13.2.git [perl #70075] no 6; broken the original patch included a fix, but this problem was fixed in faee19b5, so only apply the test. --- diff --git a/t/lib/feature/implicit b/t/lib/feature/implicit index 0632770..a6c3bea 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