X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2c65cfef799f6938b8fc8413cbb88d58fa1b2a99;hb=65b386dfedd73d8b6e98d2f52039280fc63a8e7d;hp=044802d1ca0e93884079d9c126144dd42a0b4ece;hpb=044e70c766df798a321d35329d06e69ba52b4bd0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Makefile.PL b/Makefile.PL index 044802d..2c65cfe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, @@ -138,7 +138,7 @@ EOW } eval { require Module::Install::Pod::Inherit }; - Module::Install::Pod::Inherit::PodInherit() if !$@; + PodInherit() if !$@; } auto_install();