summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:02:55 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:02:55 -0500
commite45736a5642134a60c82de60b4bbab0f7311af90 (patch)
tree22185ac3fac75affe14766720550cc9e6f2756d8
parent633de3495dd8a5ef92fafade8c933971fb27e6ae (diff)
downloadperl-e45736a5642134a60c82de60b4bbab0f7311af90.tar.gz
Version bumps for POSIX non-dual-life modules identified by
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
-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 bcfd1aabb0..990b73baaf 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
-our $VERSION = "1.23";
+our $VERSION = "1.24";
use AutoLoader;