remove debugging warn
[gitmo/Class-MOP.git] / 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;