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.82^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9004159bc642e6b749ebcda5317cf79d62869cec;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',