From: Dave Rolsky Date: Wed, 18 Aug 2010 09:46:34 +0000 (+0200) Subject: Conflict with MX::Singleton 0.24 X-Git-Tag: 1.10~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af1c321d30c41389fd3e24e4464c4f19c92a7a7c;p=gitmo%2FMoose.git Conflict with MX::Singleton 0.24 --- diff --git a/Makefile.PL b/Makefile.PL index e2755dc..84bee98 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -72,7 +72,7 @@ sub check_conflicts { 'MooseX::Role::Cmd' => '0.06', 'MooseX::Role::WithOverloading' => '0.07', 'MooseX::SemiAffordanceAccessor' => '0.05', - 'MooseX::Singleton' => '0.22', + 'MooseX::Singleton' => '0.24', 'MooseX::StrictConstructor' => '0.08', 'MooseX::Types' => '0.19', 'MooseX::UndefTolerant' => '0.04',