X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=f6f1ce2f17556cf03f7a5b132437afb300a999bc;hb=b97c2c1e790cc4c18370238fd98eddac4e7de2d8;hp=032aaafd4242a3dc05dd339f1e5ebc810a554d49;hpb=02356864b0d0bcdf0716a4adfd0a69c8360fe00d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Build.PL b/Build.PL index 032aaaf..f6f1ce2 100644 --- a/Build.PL +++ b/Build.PL @@ -5,13 +5,14 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class::Schema::Loader', requires => { + 'File::Spec' => 0, 'Scalar::Util' => 0, 'Data::Dump' => 1.06, 'UNIVERSAL::require' => 0.10, - 'Lingua::EN::Inflect' => 1.89, 'Lingua::EN::Inflect::Number' => 1.1, 'Text::Balanced' => 0, - 'Class::Accessor::Fast' => 0.22, + 'Digest::MD5' => 2.36, + 'Class::Accessor' => 0.27, 'Class::Data::Accessor' => 0.02, 'Class::C3' => 0.11, 'Carp::Clan' => 0, @@ -27,9 +28,9 @@ my %arguments = ( }, build_requires => { 'Test::More' => 0.32, - 'Test::Warn' => 0.08, 'DBI' => 1.50, 'DBD::SQLite' => 1.12, + 'File::Path' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,