summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-11-25 12:20:42 -0700
committerKarl Williamson <khw@cpan.org>2014-11-26 09:18:33 -0700
commit09902b1fc2af1bca16bf40b6f6dd1e420562d9e2 (patch)
treef40fc2e51c160f4515bd1817738ce99162e30fa6 /ext/POSIX
parent7bbfa1585089ba66c9d78737d7e70f9b1bd22cbc (diff)
downloadperl-09902b1fc2af1bca16bf40b6f6dd1e420562d9e2.tar.gz
Bump ext/POSIX version to 1.48
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 56222d84d1..47520c89e2 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.47';
+our $VERSION = '1.48';
require XSLoader;