Move Object::Accessor from lib/ to ext/
[p5sagit/p5-mst-13.2.git] / ext / POSIX / POSIX.pm
index 0a5553b..120769c 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 
 our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
 
-our $VERSION = "1.16";
+our $VERSION = "1.17";
 
 use AutoLoader;