projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e41d1dd
)
Remove extra use of check_conflicts
Dave Rolsky [Mon, 23 Aug 2010 13:20:38 +0000 (08:20 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
c0af551
..
41aaab6
100644
(file)
--- 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';