Change 20596 by [EMAIL PROTECTED] on 2003/08/10 17:38:35
Try simple workaround for the POSIX autosplit.ix warning.
Affected files ...
... //depot/perl/ext/POSIX/POSIX.pm#34 edit
Differences ...
==== //depot/perl/ext/POSIX/POSIX.pm#34 (text) ====
Index: perl/ext/POSIX/POSIX.pm
--- perl/ext/POSIX/POSIX.pm#33~20165~ Thu Jul 17 14:24:46 2003
+++ perl/ext/POSIX/POSIX.pm Sun Aug 10 10:38:35 2003
@@ -2,11 +2,11 @@
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;
End of Patch.