X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=706c8c1b067c4c85c1a7f287fb7041cd4244dd1f;hb=69fdd97dadd9b0af36af3635b1db9b249962de44;hp=b78bcda76a7626720d350075976b470445c0d2f6;hpb=325e94a3bfa2a37d47123a9e322b2b99f1f589d0;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index b78bcda..706c8c1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,12 +69,13 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'Catalyst' => '5.80017', + 'Catalyst' => '5.80028', 'Devel::REPL' => '1.003008', 'Fey' => '0.36', 'Fey::ORM' => '0.34', 'File::ChangeNotify' => '0.15', 'KiokuDB' => '0.41', + 'Markdent' => '0.16', 'MooseX::Aliases' => '0.07', 'MooseX::AlwaysCoerce' => '0.05', 'MooseX::AttributeHelpers' => '0.22', @@ -86,7 +87,7 @@ sub check_conflicts { 'MooseX::InstanceTracking' => '0.04', 'MooseX::LazyRequire' => '0.05', 'MooseX::MethodAttributes' => '0.22', - 'MooseX::NonMoose' => '0.13', + 'MooseX::NonMoose' => '0.15', 'MooseX::Params::Validate' => '0.05', 'MooseX::POE' => '0.205', 'MooseX::Role::Cmd' => '0.06',