In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e57ed4ecd4d7de38a79a316da8d657dad656f93f?hp=1408fb84de0c28007d91730cde177d893e427181>

- Log -----------------------------------------------------------------
commit e57ed4ecd4d7de38a79a316da8d657dad656f93f
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Mon May 31 20:03:11 2010 +1000

    [perl #70075] no 6; broken
    
    the original patch included a fix, but this problem was fixed in
    faee19b5, so only apply the test.
-----------------------------------------------------------------------

Summary of changes:
 t/lib/feature/implicit |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

--
Perl5 Master Repository

Reply via email to