Update the compatibility list in the Makefile.PL
Dave Rolsky [Thu, 4 Dec 2008 23:12:12 +0000 (23:12 +0000)]
Makefile.PL

index 3d2fa9d..c3c4137 100644 (file)
@@ -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;