projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2814eb7
)
Increment the version number of B, due to the incompatible
Rafael Garcia-Suarez [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.04';
+our $VERSION = '1.05';
use XSLoader ();
require Exporter;