projects
/
dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f49b3ff
)
Add SQLT to Makefile.PL test_requires
Amiri Barksdale at Home [Thu, 5 May 2011 02:36:08 +0000 (19:36 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
44d5c50
..
5d7e13a
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-33,6
+33,7
@@
requires 'parent';
requires 'signatures';
test_requires 'Module::Find';
+test_requires 'SQL::Translator';
auto_install;
WriteAll;