X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d21951b455c7dc5540cbdebad3ca643aa18fca46;hb=3fc4b39ed9cb03c5397a6581a77bfcbcd450470c;hp=044802d1ca0e93884079d9c126144dd42a0b4ece;hpb=99eacefac1638e12e30946e06e2ad8a9faadaaf4;p=dbsrgits%2FDBIx-Class.git diff --git a/Makefile.PL b/Makefile.PL index 044802d..d21951b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -60,8 +60,8 @@ resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/db # re-build README and require extra modules for testing if we're in a checkout my %force_requires_if_author = ( +# 'Module::Install::Pod::Inherit' => 0.01, 'Test::Pod::Coverage' => 1.04, - 'Module::Install::Pod::Inherit' => 0.01, 'SQL::Translator' => 0.09007, # CDBI-compat related @@ -84,9 +84,9 @@ my %force_requires_if_author = ( 'DateTime::Format::Strptime'=> 0, # t/93storage_replication.t - 'Moose', => 0.77, - 'MooseX::AttributeHelpers' => 0.12, - 'MooseX::Types', => 0.10, + 'Moose', => 0.87, + 'MooseX::AttributeHelpers' => 0.21, + 'MooseX::Types', => 0.16, 'namespace::clean' => 0.11, 'Hash::Merge', => 0.11, @@ -137,8 +137,8 @@ EOW unlink 'MANIFEST'; } - eval { require Module::Install::Pod::Inherit }; - Module::Install::Pod::Inherit::PodInherit() if !$@; +# eval { require Module::Install::Pod::Inherit }; +# PodInherit() if !$@; } auto_install();