summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Packlist.pm
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-04-27 18:06:12 +0000
committerSteve Peters <steve@fisharerojo.org>2006-04-27 18:06:12 +0000
commit3a465856879d8f5c62068f777bdbd4b60c7e7eb4 (patch)
tree7b936e8fea2045808921a98ebaa092d84e048f7a /lib/ExtUtils/Packlist.pm
parent0a8c69ed98534e4cb5df7fb14bb378b3457ef4ef (diff)
downloadperl-3a465856879d8f5c62068f777bdbd4b60c7e7eb4.tar.gz
Upgrade to ExtUtils-Install-1.39
p4raw-id: //depot/perl@27983
Diffstat (limited to 'lib/ExtUtils/Packlist.pm')
-rw-r--r--lib/ExtUtils/Packlist.pm13
1 files changed, 12 insertions, 1 deletions
diff --git a/lib/ExtUtils/Packlist.pm b/lib/ExtUtils/Packlist.pm
index 91df1a3416..6fdf184851 100644
--- a/lib/ExtUtils/Packlist.pm
+++ b/lib/ExtUtils/Packlist.pm
@@ -4,11 +4,22 @@ use 5.00503;
use strict;
use Carp qw();
use vars qw($VERSION);
-$VERSION = '0.04_01';
+$VERSION = '1.38';
+$VERSION = eval $VERSION;
# Used for generating filehandle globs. IO::File might not be available!
my $fhname = "FH1";
+=begin _undocumented
+
+=item mkfh()
+
+Make a filehandle. Same kind of idea as Symbol::gensym().
+
+=end _undocumented
+
+=cut
+
sub mkfh()
{
no strict;