projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ae8d64f
)
Bump $O::VERSION, to reflect change 32626, a doc change that is the only
Nicholas Clark [Mon, 15 Sep 2008 19:28:39 +0000 (19:28 +0000)]
change to O.pm since 2001.
p4raw-id: //depot/perl@34369
ext/B/O.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/O.pm
b/ext/B/O.pm
index
d60e91a
..
2976a89
100644
(file)
--- a/
ext/B/O.pm
+++ b/
ext/B/O.pm
@@
-1,6
+1,6
@@
package O;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
use B qw(minus_c save_BEGINs);
use Carp;