From d80ab0867de84ccc6bf859c4847b40943bfaa398 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 26 Aug 2013 09:03:56 +1000 Subject: [PATCH] bump B to 1.46 --- 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 35b81cf..20794fa 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.45'; + $B::VERSION = '1.46'; @B::EXPORT_OK = (); # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK. -- 2.7.4