This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops! Update B::Deparse for the (l)stat proto change
authorFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jul 2011 20:02:45 +0000 (13:02 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 26 Jul 2011 20:02:45 +0000 (13:02 -0700)
dist/B-Deparse/Deparse.pm

index 848b2fa..0812993 100644 (file)
@@ -26,7 +26,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
         ($] < 5.009 ? 'PMf_SKIPWHITE' : qw(RXf_SKIPWHITE)),
         ($] < 5.011 ? 'CVf_LOCKED' : 'OPpREVERSE_INPLACE'),
         ($] < 5.013 ? () : 'PMf_NONDESTRUCT');
-$VERSION = "1.06";
+$VERSION = "1.07";
 use strict;
 use vars qw/$AUTOLOAD/;
 use warnings ();
@@ -1553,7 +1553,7 @@ sub keyword {
            : "CORE::$name";
     }
     if (
-      $name !~ /^(?:chom?p|exec|system)\z/
+      $name !~ /^(?:chom?p|exec|system|l?stat)\z/
        && !defined eval{prototype "CORE::$name"}
     ) { return $name }
     if (