projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a012e87
)
Add conflict against old Moose versions
Florian Ragwitz [Thu, 20 May 2010 19:52:14 +0000 (21:52 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
9556c86
..
4b7cf9f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-73,7
+73,7
@@
WriteAll();
# before a release.
sub check_conflicts {
my %conflicts = (
- 'Moose' => '0.85',
+ 'Moose' => '1.04',
);
my $found = 0;