diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-09-15 19:28:39 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-09-15 19:28:39 +0000 |
commit | 14be4527080c85bb8de18eee2d75094656655b59 (patch) | |
tree | 9718c90ad1aac7cf4a570ee7f148cb91411a7ad3 /ext | |
parent | ae8d64f5604623dd5fe5ff5a56e530ae81ba071b (diff) | |
download | perl-14be4527080c85bb8de18eee2d75094656655b59.tar.gz |
Bump $O::VERSION, to reflect change 32626, a doc change that is the only
change to O.pm since 2001.
p4raw-id: //depot/perl@34369
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/O.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/O.pm b/ext/B/O.pm index d60e91a34b..2976a89420 100644 --- 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; |