From: Dave Rolsky Date: Thu, 15 Jul 2010 15:45:03 +0000 (-0500) Subject: Conflict with MX::Singleton 0.22 X-Git-Tag: 1.09~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b855f2e4b5f7a364ad551932408aeabf4e17aa6d;hp=750e3bb7538d8522cf81711bba4db1a933c9837c;p=gitmo%2FMoose.git Conflict with MX::Singleton 0.22 --- diff --git a/Makefile.PL b/Makefile.PL index 3fdb478..bcff63f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -67,7 +67,7 @@ sub check_conflicts { 'MooseX::Role::Cmd' => '0.06', 'MooseX::Role::WithOverloading' => '0.06', 'MooseX::SemiAffordanceAccessor' => '0.05', - 'MooseX::Singleton' => '0.19', + 'MooseX::Singleton' => '0.22', 'MooseX::StrictConstructor' => '0.08', 'MooseX::Types' => '0.19', 'namespace::autoclean' => '0.08',