X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9c550a2e17a36642b370b5a0563f6d8c0c4f470f;hb=4ceaa6b5f05de445c7ffd4c47da2c81006050e62;hp=e984452b0380864e71585068c637b7909ae6ee38;hpb=0a87afc40b75c80e50b2b15b2cdb03a731f1aabe;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index e984452..9c550a2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -46,7 +46,7 @@ requires 'Data::Dumper::Concise' => '1.000'; my %replication_requires = ( 'Moose', => '0.90', - 'MooseX::Types', => '0.16', + 'MooseX::Types', => '0.21', 'namespace::clean' => '0.11', 'Hash::Merge', => '0.11', ); @@ -68,10 +68,10 @@ my %force_requires_if_author = ( 'Test::Pod' => '1.26', # when changing also adjust version in t/06notabs.t - 'Test::NoTabs' => '0.9', +# 'Test::NoTabs' => '0.9', # when changing also adjust version in t/07eol.t - 'Test::EOL' => '0.6', +# 'Test::EOL' => '0.6', # when changing also adjust version in t/03podcoverage.t 'Test::Pod::Coverage' => '1.08', @@ -150,7 +150,6 @@ no_index directory => $_ for (qw| lib/DBIx/Class/PK/Auto |); no_index package => $_ for (qw/ - DBIx::Class::Storage::DBI::AmbiguousGlob DBIx::Class::SQLAHacks DBIx::Class::Storage::DBIHacks /);