From: Jarkko Hietaniemi Date: Sun, 10 Aug 2003 17:38:35 +0000 (+0000) Subject: Try simple workaround for the POSIX autosplit.ix warning. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5a0d2f99e0b4c8cd215ae33ce31786e1b28a247;p=p5sagit%2Fp5-mst-13.2.git Try simple workaround for the POSIX autosplit.ix warning. p4raw-id: //depot/perl@20596 --- diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index 1b33c3f..edd3609 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/POSIX.pm @@ -2,12 +2,12 @@ package POSIX; our(@ISA, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD) = (); +our $VERSION = "1.05" ; + use AutoLoader; use XSLoader (); -our $VERSION = "1.05" ; - # Grandfather old foo_h form to new :foo_h form my $loaded;