summaryrefslogtreecommitdiff
path: root/ext/POSIX
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-29 11:13:57 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-29 11:13:57 -0800
commit7d9189d8cb23dc30b986d15850dce6adf8b74772 (patch)
tree682744eace9183aa50309b42b8e974fc522448b7 /ext/POSIX
parent20120e59a6c5263ac45ce593c462604c5b9d9b09 (diff)
downloadperl-7d9189d8cb23dc30b986d15850dce6adf8b74772.tar.gz
Increase $POSIX::VERSION to 1.28
Diffstat (limited to 'ext/POSIX')
-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 e50ee235e6..9840b766f3 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.27';
+our $VERSION = '1.28';
require XSLoader;