summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/POSIX/POSIX.pm4
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;