bump B to 1.46
authorTony Cook <tony@develop-help.com>
Sun, 25 Aug 2013 23:03:56 +0000 (09:03 +1000)
committerTony Cook <tony@develop-help.com>
Sun, 25 Aug 2013 23:03:56 +0000 (09:03 +1000)
ext/B/B.pm

index 35b81cf..20794fa 100644 (file)
@@ -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.