diff options
author | Paul Johnson <paul@pjcj.net> | 2007-06-22 04:13:20 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-25 11:41:35 +0000 |
commit | 85594c3193fdbad2767cc92f3cce383a97bccd08 (patch) | |
tree | b08dfa097582a6a3dce3b3f1a5f3f4171d27a4b1 /ext/B/B.pm | |
parent | c465390a908eeeb2981ab2e0338744d1a8eaba86 (diff) | |
download | perl-85594c3193fdbad2767cc92f3cce383a97bccd08.tar.gz |
remove op_static
Message-ID: <20070622001320.GD20560@pjcj.net>
Plus version bumps
p4raw-id: //depot/perl@31461
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 13ff5b3dbf..fdf79aebad 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,7 +7,7 @@ # package B; -our $VERSION = '1.15'; +our $VERSION = '1.16'; use XSLoader (); require Exporter; @@ -1017,8 +1017,6 @@ This returns the op description from the global C PL_op_desc array =item opt -=item static - =item flags =item private |