require SQL::Translator 0.11016, so ->deploy works in tests
D. Ilmari Mannsåker [Fri, 28 Jun 2013 09:46:25 +0000 (10:46 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index a7d8bdf..28a171a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  -require SQL::Translator 0.11016, so ->deploy works in tests
+
 0.0002
   -reuse coderefs from can
   -fix restricted class existence check to work on perl 5.18
index 293a59d..539db24 100644 (file)
@@ -13,8 +13,8 @@ requires 'DBIx::Class' => 0.07000; ##just a safe number, no rhyme or reason
 
 build_requires 'Test::More' => 0;
 
+build_requires 'SQL::Translator' => '0.11016';
 #ANYONE WANT TO GIVE ME VERSION NUMBERS??? PLEASE??
-build_requires 'SQL::Translator' => 0;
 build_requires 'Test::More' => 0;
 build_requires 'Scalar::Util' => 0;
 build_requires 'DBD::SQLite'  => 0;