diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2012-02-15 19:05:13 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2012-02-15 19:05:13 +0000 |
commit | 755b9747368a3a4b6160907e4b08e44333e0dcaf (patch) | |
tree | 997e3949744fff7ed2d4c568ade439fc10991248 | |
parent | ce0afe25b39672f504195531670a5f338b6aa227 (diff) | |
download | perl-755b9747368a3a4b6160907e4b08e44333e0dcaf.tar.gz |
POSIX: bump version to 1.30
I've reverted the strptime() code, which involved bumping the version
number, bump the version number again to 1.30 so the version number
won't go backwards.
-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 ec5c076294..457af50868 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.28'; +our $VERSION = '1.30'; require XSLoader; |