diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-29 11:13:57 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-29 11:13:57 -0800 |
commit | 7d9189d8cb23dc30b986d15850dce6adf8b74772 (patch) | |
tree | 682744eace9183aa50309b42b8e974fc522448b7 /ext | |
parent | 20120e59a6c5263ac45ce593c462604c5b9d9b09 (diff) | |
download | perl-7d9189d8cb23dc30b986d15850dce6adf8b74772.tar.gz |
Increase $POSIX::VERSION to 1.28
Diffstat (limited to 'ext')
-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 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; |