X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/9660f4819671f0b9100e5eabfa988ead3e799a1e..b162af07ec759e1ba6b84569e4963bc5c289d75f:/ext/POSIX/POSIX.pm diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index 78d733a..8767621 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -2,7 +2,7 @@ package POSIX; our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = (); -our $VERSION = "1.08"; +our $VERSION = "1.09"; use AutoLoader;