X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=34fcfd3fbba5c41d431daf3a63732dd0e0635707;hb=7c71eaabc3be1d3a5846a39d02fc8fe9cd8d7585;hp=345a75bdee2a9d84d2d8b053e224cb204496e89f;hpb=9371be50d82c80f4b62e1a682818ebae69fa9583;p=dbsrgits%2FSQL-Translator.git diff --git a/Build.PL b/Build.PL index 345a75b..34fcfd3 100644 --- a/Build.PL +++ b/Build.PL @@ -1,4 +1,4 @@ -# $Id: Build.PL,v 1.3 2004-11-05 13:19:31 grommit Exp $ +# $Id: Build.PL,v 1.8 2005-06-28 21:43:49 duality72 Exp $ use strict; use Module::Build; @@ -21,6 +21,7 @@ my $builder = Module::Build->new( requires => { 'Class::Base' => 0, 'Class::Data::Inheritable' => 0.02, + 'Class::MakeMethods' => 0, 'IO::Dir' => 0, 'Log::Log4perl' => 0, 'Template' => 2.10, @@ -37,12 +38,12 @@ my $builder = Module::Build->new( 'Text::RecordParser' => 0.02, 'XML::Writer' => 0.500, 'XML::XPath' => 1.13, - 'YAML' => 0, + 'YAML' => 0.39, }, build_requires => { 'File::Basename' => 0, 'File::Spec' => 0, - 'Test::More' => 0, + 'Test::More' => 0.6, 'Test::Exception' => 0, 'Test::Differences' => 0, }