Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / lib / AutoLoader.pm
index 4bbcb33..d62ceb0 100644 (file)
@@ -1,6 +1,7 @@
 package AutoLoader;
 
-# use vars qw(@EXPORT @EXPORT_OK $VERSION);
+use 5.005_64;
+our(@EXPORT, @EXPORT_OK, $VERSION);
 
 my $is_dosish;
 my $is_vms;