From: D. Ilmari Mannsåker <ilmari.mannsaker@net-a-porter.com>
Date: Fri, 28 Jun 2013 09:46:25 +0000 (+0100)
Subject: require SQL::Translator 0.11016, so ->deploy works in tests
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ffce718f7e3f6819de6e908658f96ad6e77b78a;p=dbsrgits%2FDBIx-Class-Schema-RestrictWithObject.git

require SQL::Translator 0.11016, so ->deploy works in tests
---

diff --git a/Changes b/Changes
index a7d8bdf..28a171a 100644
--- 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
diff --git a/Makefile.PL b/Makefile.PL
index 293a59d..539db24 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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;