From 57b1a898feef90fc19df54256136c678f3487b9a Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Fri, 17 May 2002 13:17:54 -0400 Subject: ExtUtils::MakeMaker 5.92_01 -> 5.94_02 Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@16663 --- lib/ExtUtils/Liblist/Kid.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/ExtUtils/Liblist') 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'; -- cgit v1.2.1