Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37866623
en ru br
ALT Linux repos
S:0.046-alt1

Group :: Development/Other
RPM: perl-Module-Build-Tiny

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Module-Build-Tiny-alt-old-Test-Harness.patch
Download


--- Module-Build-Tiny-0.035/META.json	2014-02-18 00:19:15.000000000 +0200
+++ Module-Build-Tiny-0.028/META.json	2013-09-29 20:58:50.000000000 +0300
@@ -30,7 +29,7 @@
             "Getopt::Long" : "2.36",
             "JSON::PP" : "2",
             "Pod::Man" : "0",
-            "TAP::Harness::Env" : "0",
+            "TAP::Harness" : "0",
             "perl" : "5.006",
             "strict" : "0",
             "warnings" : "0"
@@ -62,7 +63,7 @@
             "Getopt::Long" : "2.36",
             "JSON::PP" : "2",
             "Pod::Man" : "0",
-            "TAP::Harness::Env" : "0",
+            "TAP::Harness" : "0",
             "perl" : "5.006",
             "strict" : "0",
             "warnings" : "0"
--- Module-Build-Tiny-0.035/META.yml	2014-02-18 00:19:15.000000000 +0200
+++ Module-Build-Tiny-0.028/META.yml	2013-09-29 20:58:50.000000000 +0300
@@ -31,7 +30,7 @@
   Getopt::Long: 2.36
   JSON::PP: 2
   Pod::Man: 0
-  TAP::Harness::Env: 0
+  TAP::Harness: 0
   perl: 5.006
   strict: 0
   warnings: 0
@@ -65,7 +61,7 @@
   Getopt::Long: 2.36
   JSON::PP: 2
   Pod::Man: 0
-  TAP::Harness::Env: 0
+  TAP::Harness: 0
   perl: 5.006
   strict: 0
   warnings: 0
--- Module-Build-Tiny-0.036/lib/Module/Build/Tiny.pm	2014-05-02 12:51:28.000000000 +0000
+++ Module-Build-Tiny-0.036/lib/Module/Build/Tiny.pm	2014-06-03 14:05:19.513582582 +0000
@@ -100,14 +100,14 @@
 	test => sub {
 		my %opt = @_;
 		die "Must run `./Build build` first\n" if not -d 'blib';
-		require TAP::Harness::Env;
+		require TAP::Harness;
 		my %test_args = (
 			(verbosity => $opt{verbose}) x!! exists $opt{verbose},
 			(jobs => $opt{jobs}) x!! exists $opt{jobs},
 			(color => 1) x !!-t STDOUT,
 			lib => [ map { rel2abs(catdir(qw/blib/, $_)) } qw/arch lib/ ],
 		);
-		my $tester = TAP::Harness::Env->create(\%test_args);
+		my $tester = TAP::Harness->new(\%test_args);
 		$tester->runtests(sort +find(qr/\.t$/, 't'))->has_errors and exit 1;
 	},
 	install => sub {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin