X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FPOSIX%2FPOSIX.pm;h=59c753cc53547420230821cac78202ee557217b0;hb=17f410f9a3a4ae9cda502b59b391e6653db436ce;hp=a38c74dcca912be8312a17b4b990e948919a7a69;hpb=9426adcd48655815b65cea5a9f1eebbe7e23a9df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index a38c74d..59c753c 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -1,7 +1,6 @@ package POSIX; -# use vars qw($VERSION @ISA %EXPORT_TAGS @EXPORT_OK $AUTOLOAD); -(@ISA, %EXPORT_TAGS,@EXPORT_OK,$AUTOLOAD) = (); +our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = (); use Carp; use AutoLoader; @@ -12,7 +11,7 @@ require Exporter; use XSLoader (); @ISA = qw(Exporter); -$VERSION = "1.03" ; +our $VERSION = "1.03" ; %EXPORT_TAGS = (