summaryrefslogtreecommitdiff
path: root/dev-perl/Parallel-Iterator/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/Parallel-Iterator/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Parallel-Iterator/files')
-rw-r--r--dev-perl/Parallel-Iterator/files/Parallel-Iterator-1.00-perl-5.26.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/dev-perl/Parallel-Iterator/files/Parallel-Iterator-1.00-perl-5.26.patch b/dev-perl/Parallel-Iterator/files/Parallel-Iterator-1.00-perl-5.26.patch
deleted file mode 100644
index 66053713e220..000000000000
--- a/dev-perl/Parallel-Iterator/files/Parallel-Iterator-1.00-perl-5.26.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-From 3cf3250d8d62b93b83a34df309d1181f36a5e2ab Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Sat, 23 Dec 2017 12:40:14 +1300
-Subject: Fix test failures without '.' in @INC
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=120543
-Bug: https://bugs.gentoo.org/615726
----
- t/050-nofork-basic.t | 2 +-
- t/060-nofork-data.t | 2 +-
- t/070-nofork-block.t | 2 +-
- t/080-nofork-batch.t | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/t/050-nofork-basic.t b/t/050-nofork-basic.t
-index 1409174..2d2e454 100644
---- a/t/050-nofork-basic.t
-+++ b/t/050-nofork-basic.t
-@@ -3,4 +3,4 @@ use strict;
- use lib 't/lib';
-
- use NoFork;
--require 't/020-data.t';
-+require './t/020-data.t';
-diff --git a/t/060-nofork-data.t b/t/060-nofork-data.t
-index 281cd07..1654671 100644
---- a/t/060-nofork-data.t
-+++ b/t/060-nofork-data.t
-@@ -3,4 +3,4 @@ use strict;
- use lib 't/lib';
-
- use NoFork;
--require 't/020-data.t';
-+require './t/020-data.t';
-diff --git a/t/070-nofork-block.t b/t/070-nofork-block.t
-index a3dfb52..40b7342 100644
---- a/t/070-nofork-block.t
-+++ b/t/070-nofork-block.t
-@@ -3,4 +3,4 @@ use strict;
- use lib 't/lib';
-
- use NoFork;
--require 't/030-block.t';
-+require './t/030-block.t';
-diff --git a/t/080-nofork-batch.t b/t/080-nofork-batch.t
-index 5d66b5c..d7c7165 100644
---- a/t/080-nofork-batch.t
-+++ b/t/080-nofork-batch.t
-@@ -3,4 +3,4 @@ use strict;
- use lib 't/lib';
-
- use NoFork;
--require 't/040-batch.t';
-+require './t/040-batch.t';
---
-2.15.1
-