This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Version bumping thanks to the Coverity deluge.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 May 2014 17:52:25 +0000 (13:52 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 May 2014 17:52:25 +0000 (13:52 -0400)
dist/IO/IO.pm
dist/threads/lib/threads.pm
ext/PerlIO-mmap/mmap.pm

index ba89f0c..28f9ce5 100644 (file)
@@ -7,7 +7,7 @@ use Carp;
 use strict;
 use warnings;
 
-our $VERSION = "1.31";
+our $VERSION = "1.32";
 XSLoader::load 'IO', $VERSION;
 
 sub import {
index fcefbcc..8e4adfe 100644 (file)
@@ -5,7 +5,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '1.93';
+our $VERSION = '1.94';
 my $XS_VERSION = $VERSION;
 $VERSION = eval $VERSION;
 
index cf97882..22cab05 100644 (file)
@@ -1,7 +1,7 @@
 package PerlIO::mmap;
 use strict;
 use warnings;
-our $VERSION = '0.011';
+our $VERSION = '0.012';
 
 use XSLoader;
 XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);