projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9b97025
)
Restore the call to check_conflicts
1.06
Dave Rolsky [Mon, 23 Aug 2010 13:34:57 +0000 (08:34 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
13b1775
..
e8e28da
100644
(file)
--- 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';