Increase $B::VERSION to 1.44
authorFather Chrysostomos <sprout@cpan.org>
Fri, 21 Jun 2013 19:38:27 +0000 (12:38 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 21 Jun 2013 19:38:52 +0000 (12:38 -0700)
ext/B/B.pm

index 338a0fe..a998463 100644 (file)
@@ -15,7 +15,7 @@ require Exporter;
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.43';
+    $B::VERSION = '1.44';
     @B::EXPORT_OK = ();
 
     # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.