diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-31 22:25:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-31 22:25:19 +0000 |
commit | 6f154b1b7e5f718737f3f5e4410bc717ea159d40 (patch) | |
tree | 9ebb9d55a8689b482745e76596e43be0d6c87999 /ext/POSIX | |
parent | c0dd94a09fcdb6ab5e0b1ca3c71b5902301ca665 (diff) | |
download | perl-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.pm | 2 |
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; |