From 937a063b53e0f0c039e513dc14c4bb86ae742bd5 Mon Sep 17 00:00:00 2001 From: mateu Date: Sun, 13 Sep 2009 22:18:07 +0000 Subject: Bump version of SQL::Translator required for testing so t/im_dbic.t passes. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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; -- cgit v1.2.3-54-g00ecf