This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump ext/POSIX version to 1.48
authorKarl Williamson <khw@cpan.org>
Tue, 25 Nov 2014 19:20:42 +0000 (12:20 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 26 Nov 2014 16:18:33 +0000 (09:18 -0700)
ext/POSIX/lib/POSIX.pm

index 56222d8..47520c8 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 
 our ($AUTOLOAD, %SIGRT);
 
-our $VERSION = '1.47';
+our $VERSION = '1.48';
 
 require XSLoader;