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
(parent:
2814eb7
)
Increment the version number of B, due to the incompatible
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sat, 21 Feb 2004 16:23:54 +0000
(16:23 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Sat, 21 Feb 2004 16:23:54 +0000
(16:23 +0000)
API change introduced by #22353 (no more op_seq method.)
p4raw-id: //depot/perl@22354
ext/B/B.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B.pm
b/ext/B/B.pm
index
1d31369
..
68600a7
100644
(file)
--- a/
ext/B/B.pm
+++ b/
ext/B/B.pm
@@
-7,7
+7,7
@@
#
package B;
-our $VERSION = '1.0
4
';
+our $VERSION = '1.0
5
';
use XSLoader ();
require Exporter;