Try simple workaround for the POSIX autosplit.ix warning.
Jarkko Hietaniemi [Sun, 10 Aug 2003 17:38:35 +0000 (17:38 +0000)]
p4raw-id: //depot/perl@20596

ext/POSIX/POSIX.pm

index 1b33c3f..edd3609 100644 (file)
@@ -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;