From: Ken Youens-Clark Date: Fri, 10 Apr 2009 13:25:36 +0000 (+0000) Subject: Upped requirement of Parse::RecDescent. X-Git-Tag: v0.11008~215 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d666c4a72f2a6ad3830d39973480310aa415302e;p=dbsrgits%2FSQL-Translator.git Upped requirement of Parse::RecDescent. --- diff --git a/Build.PL b/Build.PL index 99f5516..9eee0c0 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', @@ -23,7 +23,7 @@ my $builder = Module::Build->new( 'Class::MakeMethods' => 0, 'Digest::SHA1' => 2.00, 'IO::Dir' => 0, - 'Parse::RecDescent' => 1.94, + 'Parse::RecDescent' => 1.95, 'Pod::Usage' => 0, 'Class::Accessor::Fast' => 0, 'DBI' => 0,