aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authormateu <mateu@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-13 22:18:07 +0000
committermateu <mateu@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2009-09-13 22:18:07 +0000
commit937a063b53e0f0c039e513dc14c4bb86ae742bd5 (patch)
tree39e20f677cbda3db709dff9fe7ce1d6b5037000f /Makefile.PL
parent031152bc29ed553714716e4acb4f6fe8521ebf1f (diff)
downloadreaction-937a063b53e0f0c039e513dc14c4bb86ae742bd5.tar.gz
reaction-937a063b53e0f0c039e513dc14c4bb86ae742bd5.zip
Bump version of SQL::Translator required for testing so t/im_dbic.t passes.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 705461c..f25c126 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -50,7 +50,7 @@ requires 'signatures' => '0.05';
test_requires 'Test::Class' => '0.31';
test_requires 'Test::WWW::Mechanize::Catalyst' => '0.51';
test_requires 'Test::Memory::Cycle' => '1.04';
-test_requires 'SQL::Translator' => '0.09004';
+test_requires 'SQL::Translator' => '0.11002';
install_share;