X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=f49026a7179217c145759dc7d385445dfdce407c;hb=1c56cdb02ec03c0cdea50e5dbcec8f19412f265a;hp=637c2945cee3a5bb33fc9a87f33982a6a34a60d3;hpb=b03926cdac036bdbcf69e478ca29e1121c814646;p=dbsrgits%2FSQL-Translator.git diff --git a/Build.PL b/Build.PL index 637c294..f49026a 100644 --- a/Build.PL +++ b/Build.PL @@ -4,7 +4,7 @@ use Module::Build; my $builder = Module::Build->new( module_name => 'SQL::Translator', - dist_author => 'Ken Y. Clark ', + dist_author => 'Ken Youens-Clark ', dist_version_from => 'lib/SQL/Translator.pm', dist_abstract => 'SQL DDL transformations and more', license => 'gpl', @@ -22,9 +22,9 @@ my $builder = Module::Build->new( 'Class::Data::Inheritable' => 0.02, 'Class::MakeMethods' => 0, 'Digest::SHA1' => 2.00, + 'Carp::Clan', => 0, 'IO::Dir' => 0, - 'Log::Log4perl' => 0, - 'Parse::RecDescent' => 1.94, + 'Parse::RecDescent' => 1.95, 'Pod::Usage' => 0, 'Class::Accessor::Fast' => 0, 'DBI' => 0, @@ -40,7 +40,7 @@ my $builder = Module::Build->new( 'Text::ParseWords' => 0, 'Text::RecordParser' => 0.02, 'XML::Writer' => 0.500, - 'XML::XPath' => 1.13, + 'XML::LibXML' => 1.61, }, build_requires => { 'File::Basename' => 0, @@ -48,7 +48,6 @@ my $builder = Module::Build->new( 'Test::More' => 0.6, 'Test::Differences' => 0, 'Test::Exception' => 0, - 'Test::Differences' => 0, 'YAML' => 0.39, },