diff options
author | Karl Williamson <khw@cpan.org> | 2014-11-25 12:20:42 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-11-26 09:18:33 -0700 |
commit | 09902b1fc2af1bca16bf40b6f6dd1e420562d9e2 (patch) | |
tree | f40fc2e51c160f4515bd1817738ce99162e30fa6 /ext/POSIX/lib/POSIX.pm | |
parent | 7bbfa1585089ba66c9d78737d7e70f9b1bd22cbc (diff) | |
download | perl-09902b1fc2af1bca16bf40b6f6dd1e420562d9e2.tar.gz |
Bump ext/POSIX version to 1.48
Diffstat (limited to 'ext/POSIX/lib/POSIX.pm')
-rw-r--r-- | ext/POSIX/lib/POSIX.pm | 2 |
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; |