projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4ed63f
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.pm
b/ext/POSIX/POSIX.pm
index
1b33c3f
..
edd3609
100644
(file)
--- 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;