X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExtUtils%2FPacklist.pm;h=309d72764d90854549b0ce088dca704f90c241c8;hb=a062834f6b91f994c046043f1bbf3218aea18281;hp=eeb0a5b0c1c45fab31d1f2b93a10c8136852be76;hpb=ddf41153d84059bfb9eed5a5c9fa0aef2cb074e0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/ExtUtils/Packlist.pm b/lib/ExtUtils/Packlist.pm index eeb0a5b..309d727 100644 --- a/lib/ExtUtils/Packlist.pm +++ b/lib/ExtUtils/Packlist.pm @@ -1,8 +1,9 @@ package ExtUtils::Packlist; + +use 5.005_64; use strict; use Carp qw(); -use vars qw($VERSION); -$VERSION = '0.03'; +our $VERSION = '0.03'; # Used for generating filehandle globs. IO::File might not be available! my $fhname = "FH1"; @@ -199,7 +200,7 @@ filename followed by the key=value pairs from the hash. Reading back the =head1 FUNCTIONS -=over +=over 4 =item new()