This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increase $B::VERSION to 1.51
authorFather Chrysostomos <sprout@cpan.org>
Fri, 12 Sep 2014 20:33:55 +0000 (13:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Sep 2014 13:19:35 +0000 (06:19 -0700)
ext/B/B.pm

index 7b4afdb..edeab59 100644 (file)
@@ -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.