diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-05-17 13:17:54 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-17 21:35:45 +0000 |
commit | 57b1a898feef90fc19df54256136c678f3487b9a (patch) | |
tree | eb4a34df55a9efa72471dfd3553566dbe03c8bf9 /lib/ExtUtils/Liblist | |
parent | 72699b0f2772b6d9c4affdf9e0a3a501db463332 (diff) | |
download | perl-57b1a898feef90fc19df54256136c678f3487b9a.tar.gz |
ExtUtils::MakeMaker 5.92_01 -> 5.94_02
Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16663
Diffstat (limited to 'lib/ExtUtils/Liblist')
-rw-r--r-- | lib/ExtUtils/Liblist/Kid.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ExtUtils/Liblist/Kid.pm b/lib/ExtUtils/Liblist/Kid.pm index b38e9b6d39..c990095970 100644 --- a/lib/ExtUtils/Liblist/Kid.pm +++ b/lib/ExtUtils/Liblist/Kid.pm @@ -5,10 +5,11 @@ package ExtUtils::Liblist::Kid; # This kid package is to be used by MakeMaker. It will not work if # $self is not a Makemaker. -use 5.006; +use 5.00503; # Broken out of MakeMaker from version 4.11 -our $VERSION = 1.28_01; +use vars qw($VERSION); +$VERSION = 1.28_01; use Config; use Cwd 'cwd'; |