add conflict for earlier namespace::autoclean, which uses deprecated method_map calls
Karen Etheridge [Sat, 11 Sep 2010 17:49:32 +0000 (10:49 -0700)]
Makefile.PL

index 8a8db4a..d037924 100644 (file)
@@ -78,7 +78,8 @@ WriteAll();
 # before a release.
 sub check_conflicts {
     my %conflicts = (
-        'Moose' => '1.04',
+        'Moose'                         => '1.04',
+        'namespace::autoclean'          => '0.08',
     );
 
     my $found = 0;