X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FAutoLoader.pm;h=b42d5ff4b68cde79580f8a0eadaf8c8bb981a58a;hb=f6d6199cd6711f5e8a8e6c1a57445fa6f848c822;hp=4e1eb1b064af805a7b6c4d1f0f311796d74c9d11;hpb=88d01e8dd0be693cf54a3bafc9974fa70eda2ddd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm index 4e1eb1b..b42d5ff 100644 --- a/lib/AutoLoader.pm +++ b/lib/AutoLoader.pm @@ -1,6 +1,6 @@ package AutoLoader; -use 5.6.0; +use 5.006_001; our(@EXPORT, @EXPORT_OK, $VERSION); my $is_dosish;