From: Karen Etheridge Date: Sat, 11 Sep 2010 17:49:32 +0000 (-0700) Subject: add conflict for earlier namespace::autoclean, which uses deprecated method_map calls X-Git-Tag: 1.08~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f762e3028200d9689bf80eb76d8520c17d41234;hp=86ddc08e1e1828a8c084e5e1554db22c057c3a17;p=gitmo%2FClass-MOP.git add conflict for earlier namespace::autoclean, which uses deprecated method_map calls --- diff --git a/Makefile.PL b/Makefile.PL index 8a8db4a..d037924 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;