projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c4380df
)
added dependency
John Napiorkowski [Wed, 2 Mar 2011 15:03:58 +0000 (10:03 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f596e4f
..
77a9dbb
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-15,6
+15,7
@@
requires 'Config::Any' => 0.08;
requires 'JSON::Syck' => 0.26;
requires 'Data::Dump::Streamer' => 2.05;
requires 'Hash::Merge' => 0.10;
+requires 'Scalar::Util';
requires 'DateTime::Format::SQLite' => 0.10;
requires 'DateTime::Format::MySQL' => 0;