Restore the call to check_conflicts 1.06
Dave Rolsky [Mon, 23 Aug 2010 13:34:57 +0000 (08:34 -0500)]
Makefile.PL

index 13b1775..e8e28da 100644 (file)
@@ -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';