This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX version bump
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 5 Feb 2015 13:11:13 +0000 (08:11 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 5 Feb 2015 13:16:28 +0000 (08:16 -0500)
ext/POSIX/lib/POSIX.pm

index 46cdaca..a825178 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 
 our ($AUTOLOAD, %SIGRT);
 
-our $VERSION = '1.50';
+our $VERSION = '1.51';
 
 require XSLoader;