This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Increment $VERSION in 4 .pm files whose .xs has changed.
authorJames E Keenan <jkeenan@cpan.org>
Sat, 27 Jun 2015 17:51:28 +0000 (13:51 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 27 Jun 2015 17:51:28 +0000 (13:51 -0400)
Storable.pm
I18N-Langinfo.pm
POSIX.pm
scalar.pm

dist/Storable/Storable.pm
ext/I18N-Langinfo/Langinfo.pm
ext/POSIX/lib/POSIX.pm
ext/PerlIO-scalar/scalar.pm

index 9d8b621..0f541a2 100644 (file)
@@ -22,7 +22,7 @@ package Storable; @ISA = qw(Exporter);
 
 use vars qw($canonical $forgive_me $VERSION);
 
-$VERSION = '2.53';
+$VERSION = '2.54';
 
 BEGIN {
     if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {
index 2521fc4..033d8de 100644 (file)
@@ -72,7 +72,7 @@ our @EXPORT_OK = qw(
        YESSTR
 );
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 XSLoader::load();
 
index 215b1f5..7717fce 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 
 our ($AUTOLOAD, %SIGRT);
 
-our $VERSION = '1.54';
+our $VERSION = '1.55';
 
 require XSLoader;
 
index 89ee946..5d2049b 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::scalar;
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 require XSLoader;
 XSLoader::load();
 1;