From: Dave Rolsky Date: Fri, 11 Sep 2009 14:30:15 +0000 (-0500) Subject: Add a conflict on MX::Singleton 0.19 X-Git-Tag: 0.90~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60dcd0cf4afd152f6ec4a09c3757540f0c9e36f4;p=gitmo%2FMoose.git Add a conflict on MX::Singleton 0.19 --- diff --git a/Makefile.PL b/Makefile.PL index 65ad852..80129af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,7 +37,7 @@ WriteAll(); sub check_conflicts { my %conflicts = ( 'MooseX::ClassAttribute' => '0.09', - 'MooseX::Singleton' => '0.17', + 'MooseX::Singleton' => '0.19', 'MooseX::StrictConstructor' => '0.07', 'MooseX::Params::Validate' => '0.05', 'Fey::ORM' => '0.23',