diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-12-30 23:29:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-30 23:29:59 +0000 |
commit | e2eb2cbd8ed8679166833621e194232a53285b6d (patch) | |
tree | 50fedb6fd40621a4ef35ebda508199737708bd1b /ext/POSIX | |
parent | bf9c4ad2fa12f7ea847482e4bd07e13fd3691eed (diff) | |
download | perl-e2eb2cbd8ed8679166833621e194232a53285b6d.tar.gz |
Bump VERSION numbers
p4raw-id: //depot/perl@22018
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 819fe57564..b6b893442c 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -2,7 +2,7 @@ package POSIX; our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = (); -our $VERSION = "1.06" ; +our $VERSION = "1.07"; use AutoLoader; |