From: Nicholas Clark Date: Mon, 15 Sep 2008 19:28:39 +0000 (+0000) Subject: Bump $O::VERSION, to reflect change 32626, a doc change that is the only X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=14be4527080c85bb8de18eee2d75094656655b59;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/ext/B/O.pm b/ext/B/O.pm index d60e91a..2976a89 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;