From: D. Ilmari Mannsåker Date: Fri, 28 Jun 2013 09:47:06 +0000 (+0100) Subject: Require Scalar::Util version with working refaddr X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=036d36cc3ba82c5633870498e720518d59b10df1;p=dbsrgits%2FDBIx-Class-Schema-RestrictWithObject.git Require Scalar::Util version with working refaddr --- diff --git a/Makefile.PL b/Makefile.PL index 539db24..a8f926b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,9 +14,9 @@ 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;