From: D. Ilmari Mannsåker Date: Fri, 28 Jun 2013 09:51:27 +0000 (+0100) Subject: Remove duplicate Test::More dependency X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-RestrictWithObject.git;a=commitdiff_plain;h=6db926ff5cbc84d96c3888d2d962cb6cee0dc476 Remove duplicate Test::More dependency --- diff --git a/Makefile.PL b/Makefile.PL index a8f926b..63e3c8f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,6 @@ 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 'DBD::SQLite' => 0; auto_install;