X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=63e3c8f06bde66dd321f7e4b631328dd1779972a;hb=HEAD;hp=539db24a0112771b878b28fd10eac0b4f6b1bdb2;hpb=4ffce718f7e3f6819de6e908658f96ad6e77b78a;p=dbsrgits%2FDBIx-Class-Schema-RestrictWithObject.git diff --git a/Makefile.PL b/Makefile.PL index 539db24..63e3c8f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,9 +14,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'; +build_requires 'Scalar::Util' => '1.18'; #ANYONE WANT TO GIVE ME VERSION NUMBERS??? PLEASE?? -build_requires 'Test::More' => 0; -build_requires 'Scalar::Util' => 0; build_requires 'DBD::SQLite' => 0; auto_install;