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