From: Dave Rolsky Date: Mon, 23 Aug 2010 13:34:57 +0000 (-0500) Subject: Restore the call to check_conflicts X-Git-Tag: 1.06^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a2f7db5857b7b9796eb3b44282b8b6fcb2aea8d;p=gitmo%2FClass-MOP.git Restore the call to check_conflicts --- diff --git a/Makefile.PL b/Makefile.PL index 13b1775..e8e28da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,8 @@ use warnings; use inc::Module::Install; use 5.008001; +check_conflicts(); + name 'Class-MOP'; perl_version '5.008001'; all_from 'lib/Class/MOP.pm';