Bump $O::VERSION, to reflect change 32626, a doc change that is the only
authorNicholas Clark <nick@ccl4.org>
Mon, 15 Sep 2008 19:28:39 +0000 (19:28 +0000)
committerNicholas Clark <nick@ccl4.org>
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

index d60e91a..2976a89 100644 (file)
@@ -1,6 +1,6 @@
 package O;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 use B qw(minus_c save_BEGINs);
 use Carp;