From: Dave Rolsky Date: Wed, 14 Jul 2010 18:54:46 +0000 (-0500) Subject: Conflict with MX::StrictConstructor 0.08 X-Git-Tag: 1.09~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6fdec846faf07af4a1754df7ee7bca0c6ccd912;p=gitmo%2FMoose.git Conflict with MX::StrictConstructor 0.08 --- diff --git a/Makefile.PL b/Makefile.PL index 9da0287..573d568 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,7 +65,7 @@ sub check_conflicts { 'MooseX::Role::Cmd' => '0.06', 'MooseX::Role::WithOverloading' => '0.04', 'MooseX::Singleton' => '0.19', - 'MooseX::StrictConstructor' => '0.07', + 'MooseX::StrictConstructor' => '0.08', 'MooseX::Types' => '0.19', 'namespace::autoclean' => '0.08', 'Pod::Elemental' => '0.093280',