From b9118633ea046c592cd0897ca5518c42e8b7399f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 19 Jan 2012 16:58:52 -0800 Subject: [PATCH] Increase $B::VERSION to 1.32 --- ext/B/B.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/B/B.pm b/ext/B/B.pm index 4faa9f6..36a6dad 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -15,7 +15,7 @@ require Exporter; # walkoptree comes from B.xs BEGIN { - $B::VERSION = '1.32'; + $B::VERSION = '1.33'; @B::EXPORT_OK = (); # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK. -- 2.7.4