This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump module versions following commit 3800c3188602fdac.
authorNicholas Clark <nick@ccl4.org>
Wed, 28 May 2014 16:36:18 +0000 (18:36 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 28 May 2014 16:36:18 +0000 (18:36 +0200)
ext/B/B.pm
ext/POSIX/lib/POSIX.pm

index 952475d..0259629 100644 (file)
@@ -15,7 +15,7 @@ require Exporter;
 # walkoptree comes from B.xs
 
 BEGIN {
-    $B::VERSION = '1.48';
+    $B::VERSION = '1.49';
     @B::EXPORT_OK = ();
 
     # Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.
index 78ffe2f..4eecb91 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 
 our ($AUTOLOAD, %SIGRT);
 
-our $VERSION = '1.38_03';
+our $VERSION = '1.39';
 
 require XSLoader;