Document #11134 and add the new symbols to the list of
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Packlist.pm
index 88ea206..4a6bfdf 100644 (file)
@@ -3,7 +3,7 @@ package ExtUtils::Packlist;
 use 5.005_64;
 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()