projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cec811b
)
decreased version dep on ::Grouped
Luke Saunders [Tue, 5 Feb 2008 15:26:29 +0000 (15:26 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f3b984b
..
c09e031
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,7
+10,7
@@
WriteMakefile(
PREREQ_PM => {
'Test::More' => 0.7,
'DBIx::Class' => 0.08,
- 'Class::Accessor::Grouped' => 0.08001,
+ 'Class::Accessor::Grouped' => 0.06,
'Path::Class' => 0.16,
'Config::Any' => 0.08,
'JSON::Syck' => 0.26,