This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d3dc34a
)
Oops! Update B::Deparse for the (l)stat proto change
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jul 2011 20:02:45 +0000
(13:02 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 26 Jul 2011 20:02:45 +0000
(13:02 -0700)
dist/B-Deparse/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/B-Deparse/Deparse.pm
b/dist/B-Deparse/Deparse.pm
index
848b2fa
..
0812993
100644
(file)
--- a/
dist/B-Deparse/Deparse.pm
+++ b/
dist/B-Deparse/Deparse.pm
@@
-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.0
6
";
+$VERSION = "1.0
7
";
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 (