diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-10 17:38:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-10 17:38:35 +0000 |
commit | d5a0d2f99e0b4c8cd215ae33ce31786e1b28a247 (patch) | |
tree | 76a5be967500a95926f6a765f42c83d196af278e /ext | |
parent | b4ed63f0a0813bfb6f592229a3dc3cac2ade92c3 (diff) | |
download | perl-d5a0d2f99e0b4c8cd215ae33ce31786e1b28a247.tar.gz |
Try simple workaround for the POSIX autosplit.ix warning.
p4raw-id: //depot/perl@20596
Diffstat (limited to 'ext')
-rw-r--r-- | ext/POSIX/POSIX.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/POSIX.pm index 1b33c3f544..edd36098da 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; |