From: Peter Rabbitson Date: Fri, 24 Jan 2014 04:27:21 +0000 (+0100) Subject: Remove silly double-entry from test_requires X-Git-Tag: v0.08260~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1a2417decc291307e83d8b82fbdca972c1525c9;p=dbsrgits%2FDBIx-Class.git Remove silly double-entry from test_requires --- diff --git a/Makefile.PL b/Makefile.PL index ac2dfd4..7ae4138 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -107,8 +107,6 @@ my $test_requires = { 'Test::Exception' => '0.31', 'Test::Warn' => '0.21', 'Test::More' => '0.94', - # not sure if this is necessary at all, ask schwern some day - 'Test::Builder' => '0.94', # this is already a dep of n::c, but just in case - used by t/55namespaces_cleaned.t # remove and do a manual glob-collection if n::c is no longer a dep