projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
84d9d68
)
Fix moose dep
Peter Rabbitson [Fri, 12 Feb 2010 08:12:45 +0000 (08:12 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
83d25fc
..
ea56856
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-45,7
+45,7
@@
requires 'Sub::Name' => '0.04';
requires 'Data::Dumper::Concise' => '1.000';
my %replication_requires = (
- 'Moose', => '0.90',
+ 'Moose', => '0.98',
'MooseX::Types', => '0.21',
'namespace::clean' => '0.11',
'Hash::Merge', => '0.11',