X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8890244b31c92f9c6c4be8ceee3e239527b0ee00;hb=203e008eb223539d9149bdd74ac79bbd657e32be;hp=0815b8b63cbcb7c8c3ce98202c45c9fab179aa97;hpb=5171f2e17673ed184ea35b5dd7ce53df77b9e994;p=gitmo%2FMoose.git diff --git a/Makefile.PL b/Makefile.PL index 0815b8b..8890244 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -69,18 +69,19 @@ 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', 'MooseX::AttributeInflate' => '0.02', 'MooseX::Attribute::Prototype' => '0.10', - 'MooseX::ClassAttribute' => '0.16', + 'MooseX::ClassAttribute' => '0.17', 'MooseX::FollowPBP' => '0.02', 'MooseX::HasDefaults' => '0.02', 'MooseX::InstanceTracking' => '0.04',