summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
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
commit755b9747368a3a4b6160907e4b08e44333e0dcaf (patch)
tree997e3949744fff7ed2d4c568ade439fc10991248 /ext
parentce0afe25b39672f504195531670a5f338b6aa227 (diff)
downloadperl-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.
Diffstat (limited to 'ext')
-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 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;