summaryrefslogtreecommitdiff
path: root/dev-perl/PlRPC/files/PlRPC-0.2020-no-dot-inc.patch
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/PlRPC/files/PlRPC-0.2020-no-dot-inc.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/PlRPC/files/PlRPC-0.2020-no-dot-inc.patch')
-rw-r--r--dev-perl/PlRPC/files/PlRPC-0.2020-no-dot-inc.patch67
1 files changed, 0 insertions, 67 deletions
diff --git a/dev-perl/PlRPC/files/PlRPC-0.2020-no-dot-inc.patch b/dev-perl/PlRPC/files/PlRPC-0.2020-no-dot-inc.patch
deleted file mode 100644
index 1f68d2395cc5..000000000000
--- a/dev-perl/PlRPC/files/PlRPC-0.2020-no-dot-inc.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 0c3b094e14b60794eb6c4736a51f505865f14403 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Thu, 28 Dec 2017 15:08:34 +1300
-Subject: Fix test failures due to '.' in @INC removal on 5.26
-
----
- t/client.t | 2 +-
- t/compress.t | 2 +-
- t/crypt.t | 2 +-
- t/methods.t | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/t/client.t b/t/client.t
-index a283f2d..f0b3b54 100644
---- a/t/client.t
-+++ b/t/client.t
-@@ -4,7 +4,7 @@
- require 5.004;
- use strict;
-
--require "t/lib.pl";
-+require "./t/lib.pl";
-
-
- my $numTests = 10;
-diff --git a/t/compress.t b/t/compress.t
-index e13f6b3..a551421 100644
---- a/t/compress.t
-+++ b/t/compress.t
-@@ -10,7 +10,7 @@ if ($@) {
- exit 0;
- }
-
--require "t/lib.pl";
-+require "./t/lib.pl";
-
-
- my $numTests = 18;
-diff --git a/t/crypt.t b/t/crypt.t
-index 2695633..6867349 100644
---- a/t/crypt.t
-+++ b/t/crypt.t
-@@ -10,7 +10,7 @@ if ($@ || $Crypt::DES::VERSION < 2.03) {
- exit 0;
- }
-
--require "t/lib.pl";
-+require "./t/lib.pl";
-
-
- my $numTests = 18;
-diff --git a/t/methods.t b/t/methods.t
-index c9d81ca..1c9b2cd 100644
---- a/t/methods.t
-+++ b/t/methods.t
-@@ -4,7 +4,7 @@
- require 5.004;
- use strict;
-
--require "t/lib.pl";
-+require "./t/lib.pl";
-
-
- my $numTests = 11;
---
-2.15.1
-