perl-ExtUtils-Config/ExtUtils-Config-0.007-old-Test::More.patch
Paul Howarth 6eec1d039f Initial import (perl-ExtUtils-Config-0.007-2)
ExtUtils::Config is an abstraction around the %Config hash.
2013-04-08 16:19:58 +01:00

17 lines
289 B
Diff

--- t/basics.t
+++ t/basics.t
@@ -2,7 +2,7 @@
use strict;
use warnings FATAL => 'all';
-use Test::More 0.88;
+use Test::More tests=> 11;
use Config;
@@ -44,4 +44,3 @@
is_deeply($config2->values_set, { more => 'more3' }, "\$config2 has 'more' set to 'more3'");
-done_testing;