X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=539db24a0112771b878b28fd10eac0b4f6b1bdb2;hb=4ffce718f7e3f6819de6e908658f96ad6e77b78a;hp=293a59dd7cd16bb4d46b08e99b7a59fc50590164;hpb=0f59e4d21b239125c6e6f0b2f93ab40cf877429a;p=dbsrgits%2FDBIx-Class-Schema-RestrictWithObject.git 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;