From: Jesse Vincent Date: Sun, 20 Dec 2009 19:02:46 +0000 (-0500) Subject: POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the version X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15b3e70a6b292ee11051eabbd5397475c4e86206;p=p5sagit%2Fp5-mst-13.2.git POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the version --- diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index b410fd9..ffbd9de 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -4,7 +4,7 @@ use warnings; our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = (); -our $VERSION = "1.18"; +our $VERSION = "1.19"; use AutoLoader;