projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5d826cf
)
Update the compatibility list in the Makefile.PL
Dave Rolsky [Thu, 4 Dec 2008 23:12:12 +0000 (23:12 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
3d2fa9d
..
c3c4137
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-34,9
+34,9
@@
WriteAll();
# before a release.
sub check_conflicts {
my %conflicts = (
- 'MooseX::Singleton' => '0.11',
+ 'MooseX::Singleton' => '0.12',
'MooseX::Params::Validate' => '0.05',
- 'Fey::ORM' => '0.10',
+ 'Fey::ORM' => '0.12',
);
my $found = 0;