From: Allen Day Date: Fri, 21 Feb 2003 03:23:33 +0000 (+0000) Subject: added Class::Base preq X-Git-Tag: v0.01~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=014a647e69293f8e51e6712f4ecc6d9a013733c4;p=dbsrgits%2FSQL-Translator.git added Class::Base preq --- diff --git a/Makefile.PL b/Makefile.PL index 3dceff9..4daf93d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,7 @@ WriteMakefile( 'Parse::RecDescent' => 0, # Is a particular version needed? 'XML::Dumper' => 0, 'Pod::Usage' => 0, + 'Class::Base' => 0, }, clean => { FILES => '$(DISTNAME)-$(VERSION).tar.gz',