projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
86ddc08
)
add conflict for earlier namespace::autoclean, which uses deprecated method_map calls
Karen Etheridge [Sat, 11 Sep 2010 17:49:32 +0000 (10:49 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
8a8db4a
..
d037924
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-78,7
+78,8
@@
WriteAll();
# before a release.
sub check_conflicts {
my %conflicts = (
- 'Moose' => '1.04',
+ 'Moose' => '1.04',
+ 'namespace::autoclean' => '0.08',
);
my $found = 0;