From 37206f25c5c545166f0d111a6b4a5e14e67b4beb Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 12 Sep 2014 13:33:55 -0700 Subject: [PATCH] Increase $B::VERSION to 1.51 --- 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 7b4afdb..edeab59 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.50'; + $B::VERSION = '1.51'; @B::EXPORT_OK = (); # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK. -- 1.8.3.1