Define PASTHRU_DEFINE and PASTHRU_INC (which are used
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Packlist.pm
index 309d727..ea4ec5e 100644 (file)
@@ -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";