From: Dave Rolsky Date: Mon, 23 Aug 2010 13:20:38 +0000 (-0500) Subject: Remove extra use of check_conflicts X-Git-Tag: 1.06~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74e669d99210074a71f1072dc3f4df14f7bea458;p=gitmo%2FClass-MOP.git Remove extra use of check_conflicts --- diff --git a/Makefile.PL b/Makefile.PL index c0af551..41aaab6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,8 +3,6 @@ use warnings; use inc::Module::Install; use 5.008001; -check_conflicts(); - name 'Class-MOP'; perl_version '5.008001'; all_from 'lib/Class/MOP.pm';