summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-05-08 20:07:07 -0400
committerRicardo Signes <rjbs@cpan.org>2015-05-08 20:07:07 -0400
commit829a2d809bd01eb5fd391cdf869ac2d1c5a85c2b (patch)
treeeaf216513368dce2d9adf137ab2476307fcf58d2
parent7658eeca18ada6eb35464b1f6fd79d7b436baeb8 (diff)
downloadperl-829a2d809bd01eb5fd391cdf869ac2d1c5a85c2b.tar.gz
POSIX.pm: bump version
-rw-r--r--ext/POSIX/lib/POSIX.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm
index 0b5e726bfa..96156bfb69 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
our ($AUTOLOAD, %SIGRT);
-our $VERSION = '1.52';
+our $VERSION = '1.53';
require XSLoader;