From: Dave Rolsky Date: Thu, 4 Dec 2008 23:12:12 +0000 (+0000) Subject: Update the compatibility list in the Makefile.PL X-Git-Tag: 0.62_02~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74a90eea15794ba275aec6490aaefca869e18824;p=gitmo%2FMoose.git Update the compatibility list in the Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 3d2fa9d..c3c4137 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,9 +34,9 @@ WriteAll(); # before a release. sub check_conflicts { my %conflicts = ( - 'MooseX::Singleton' => '0.11', + 'MooseX::Singleton' => '0.12', 'MooseX::Params::Validate' => '0.05', - 'Fey::ORM' => '0.10', + 'Fey::ORM' => '0.12', ); my $found = 0;