forked from pool/perl-App-Cmd
( perl-App-Cmd-old_Test-More.patch ) - add Test::More >= 0.88 to buildrequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=8
26 lines
596 B
Diff
26 lines
596 B
Diff
Index: App-Cmd-0.311/Makefile.PL
|
|
===================================================================
|
|
--- App-Cmd-0.311.orig/Makefile.PL
|
|
+++ App-Cmd-0.311/Makefile.PL
|
|
@@ -1,7 +1,7 @@
|
|
|
|
use strict;
|
|
use warnings;
|
|
-
|
|
+use lib '__vendorperl__';
|
|
BEGIN { require 5.006; }
|
|
|
|
use ExtUtils::MakeMaker 6.31;
|
|
Index: App-Cmd-0.311/t/setup-broken.t
|
|
===================================================================
|
|
--- App-Cmd-0.311.orig/t/setup-broken.t
|
|
+++ App-Cmd-0.311/t/setup-broken.t
|
|
@@ -1,6 +1,6 @@
|
|
use strict;
|
|
use warnings;
|
|
-
|
|
+use lib '__vendorperl__';
|
|
use Test::More 0.88;
|
|
use Test::Fatal;
|
|
|