projects
/
gitmo/MRO-Compat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1e7b24f
)
Bump optional prereq on Class::C3 to make sure we don't get redefined warnings.
Florian Ragwitz [Wed, 27 May 2009 21:54:35 +0000 (23:54 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
68b28c7
..
e0f2ca4
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,7
+8,7
@@
test_requires 'Test::More' => '0.47';
if($] < 5.009_005) {
feature 'XS Speedups', 'Class::C3::XS' => '0.08';
- requires 'Class::C3' => '0.19';
+ requires 'Class::C3' => '0.20';
}
# Rebuild README for maintainers