Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37885175
en ru br
ALT Linux repos
S:0.008-alt1_17

Group :: Development/Other
RPM: perl-ExtUtils-Config

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ExtUtils-Config-0.008-old-Test::More.patch
Download


--- 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=> 8;
 
 use Config;
 
@@ -29,4 +29,3 @@ my $set = $config->values_set;
 $set->{more} = 'more3';
 is($config->get('more'), $Config{more}, "more is still '$Config{more}'");
 
-done_testing;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin