diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-11-05 16:26:20 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-06 10:30:17 +0100 |
commit | 13f4ad6b9bce961bda7e15800c014dc7178d0b7e (patch) | |
tree | 554e4bcc5c38a0796a4ef15fdf4443f88ecf90c2 /dev-perl/IO-Pager | |
parent | dev-perl/HTML-TableContentParser: remove unused patch(es) (diff) | |
download | gentoo-13f4ad6b9bce961bda7e15800c014dc7178d0b7e.tar.gz gentoo-13f4ad6b9bce961bda7e15800c014dc7178d0b7e.tar.bz2 gentoo-13f4ad6b9bce961bda7e15800c014dc7178d0b7e.zip |
dev-perl/IO-Pager: remove unused patch(es)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22829
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-perl/IO-Pager')
-rw-r--r-- | dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch b/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch deleted file mode 100644 index 4434d1fef26b..000000000000 --- a/dev-perl/IO-Pager/files/IO-Pager-0.390.0-no-dot-inc.patch +++ /dev/null @@ -1,27 +0,0 @@ -From a8628cb9690900f6bbf44b8cd509ab53d1c16c15 Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentnl@gentoo.org> -Date: Thu, 26 Oct 2017 11:27:10 +1300 -Subject: Fix tests failing without '.' in @INC - -Bug: https://rt.cpan.org/Ticket/Display.html?id=121450 -Bug: https://bugs.gentoo.org/616994 ---- - t/11-redirect-oo.pl | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/11-redirect-oo.pl b/t/11-redirect-oo.pl -index 385d6d4..9203500 100644 ---- a/t/11-redirect-oo.pl -+++ b/t/11-redirect-oo.pl -@@ -1,7 +1,7 @@ - use blib; - use IO::Pager; - --our $txt; require 't/08-redirect.pl'; -+our $txt; require './t/08-redirect.pl'; - - my $FH = new IO::Pager; - $FH->print($txt); --- -2.14.3 - |