summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2015-08-10 18:53:14 -0400
committerJames E Keenan <jkeenan@cpan.org>2015-08-10 18:53:14 -0400
commit4e2380f1a99c68bcb6c36fc141b8ca89e98e4b71 (patch)
tree4b87ed3db04ffd7d6a2004a9b324feeb5b552d59 /ext/POSIX
parent1e38156c8ea63eab098ce4ef5b3ddaff3f1dd36f (diff)
downloadperl-4e2380f1a99c68bcb6c36fc141b8ca89e98e4b71.tar.gz
Increment $VERSION for POSIX to 1.56
Diffstat (limited to 'ext/POSIX')
-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 7717fce9e2..ff01b21114 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.55';
+our $VERSION = '1.56';
require XSLoader;