Bump version of SQL::Translator required for testing so t/im_dbic.t passes.
mateu [Sun, 13 Sep 2009 22:18:07 +0000 (22:18 +0000)]
Makefile.PL

index 705461c..f25c126 100644 (file)
@@ -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;