From: Dave Rolsky Date: Sat, 25 Apr 2009 21:28:57 +0000 (-0500) Subject: Update conflicts list X-Git-Tag: 0.76~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ecba226cc38f86917bc26178dcffe4bcb185e2cb;p=gitmo%2FMoose.git Update conflicts list --- diff --git a/Makefile.PL b/Makefile.PL index 45b66ce..ce4cb44 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,10 +36,10 @@ WriteAll(); sub check_conflicts { my %conflicts = ( 'MooseX::ClassAttribute' => '0.07', - 'MooseX::Singleton' => '0.14', + 'MooseX::Singleton' => '0.15', 'MooseX::StrictConstructor' => '0.07', 'MooseX::Params::Validate' => '0.05', - 'Fey::ORM' => '0.22', + 'Fey::ORM' => '0.23', ); my $found = 0;