Forgot some conflicts for the last release (but better late than never)
Dave Rolsky [Tue, 15 Sep 2009 16:16:57 +0000 (11:16 -0500)]
Makefile.PL

index af34875..cac053c 100644 (file)
@@ -37,13 +37,15 @@ WriteAll();
 # before a release.
 sub check_conflicts {
     my %conflicts = (
+        'Fey::ORM'                  => '0.23',
         'MooseX::AttributeHelpers'  => '0.21',
         'MooseX::ClassAttribute'    => '0.09',
+        'MooseX::MethodAttributes'  => '0.15',
+        'MooseX::Params::Validate'  => '0.05',
         'MooseX::Singleton'         => '0.19',
         'MooseX::StrictConstructor' => '0.07',
-        'MooseX::Params::Validate'  => '0.05',
-        'Fey::ORM'                  => '0.23',
         'MooseX::Types'             => '0.19',
+        'namespace::autoclean'      => '0.08',
     );
 
     my $found = 0;