summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-03-31 22:25:19 +0000
committerNicholas Clark <nick@ccl4.org>2008-03-31 22:25:19 +0000
commit6f154b1b7e5f718737f3f5e4410bc717ea159d40 (patch)
tree9ebb9d55a8689b482745e76596e43be0d6c87999 /ext/POSIX
parentc0dd94a09fcdb6ab5e0b1ca3c71b5902301ca665 (diff)
downloadperl-6f154b1b7e5f718737f3f5e4410bc717ea159d40.tar.gz
$VERSION++ for all the non-dual life modules in ext/ that
Porting/cmpVERSION.pl reports differ from the 5.10.0 release. p4raw-id: //depot/perl@33621
Diffstat (limited to 'ext/POSIX')
-rw-r--r--ext/POSIX/POSIX.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm
index fbbd253e4f..5249ee4696 100644
--- a/ext/POSIX/POSIX.pm
+++ b/ext/POSIX/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
-our $VERSION = "1.13";
+our $VERSION = "1.14";
use AutoLoader;