From: Dave Rolsky Date: Sun, 21 Jun 2009 20:18:01 +0000 (-0500) Subject: Add a conflict on MX::Singleton 0.17 X-Git-Tag: 0.83~7^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a75b1fc0280f84aad4d3f2e9d44c2fa35fc9f8bd;p=gitmo%2FMoose.git Add a conflict on MX::Singleton 0.17 --- diff --git a/Makefile.PL b/Makefile.PL index a664b87..54eb76e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,7 +37,7 @@ WriteAll(); sub check_conflicts { my %conflicts = ( 'MooseX::ClassAttribute' => '0.07', - 'MooseX::Singleton' => '0.15', + 'MooseX::Singleton' => '0.17', 'MooseX::StrictConstructor' => '0.07', 'MooseX::Params::Validate' => '0.05', 'Fey::ORM' => '0.23',