Increase $B::VERSION to 1.38
authorFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:51:48 +0000 (16:51 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:51:48 +0000 (16:51 -0700)
ext/B/B.pm

index 669a0f7..1274aaa 100644 (file)
@@ -15,7 +15,7 @@ require Exporter;
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.37';
+    $B::VERSION = '1.38';
     @B::EXPORT_OK = ();
 
     # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.