summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-20 21:20:04 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-20 21:20:54 -0800
commit2c1420238359268a461bf2c6ede14a30b748affb (patch)
tree48b58cff1e2f43fa051fa336d100a55958760f1b /ext/POSIX
parentfe02b245853a48589303e47780551dbef1c66b37 (diff)
downloadperl-2c1420238359268a461bf2c6ede14a30b748affb.tar.gz
Increase $POSIX::VERSION to 1.47
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 2c1d6d3ef7..56222d84d1 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.46';
+our $VERSION = '1.47';
require XSLoader;