From 14be4527080c85bb8de18eee2d75094656655b59 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 15 Sep 2008 19:28:39 +0000 Subject: [PATCH] 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 --- ext/B/O.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4