diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-11-05 16:25:34 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-06 10:30:15 +0100 |
commit | b707ca372e717de1fa25868d51dee0495b8e763e (patch) | |
tree | 409b59878eee0058c6c7d8f901911d028aec6a54 /dev-perl/HTML-Mason | |
parent | net-im/telegram-desktop: remove unused patch (diff) | |
download | gentoo-b707ca372e717de1fa25868d51dee0495b8e763e.tar.gz gentoo-b707ca372e717de1fa25868d51dee0495b8e763e.tar.bz2 gentoo-b707ca372e717de1fa25868d51dee0495b8e763e.zip |
dev-perl/HTML-Mason: remove unused patch(es)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch b/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch deleted file mode 100644 index 6dda6205c86f..000000000000 --- a/dev-perl/HTML-Mason/files/HTML-Mason-1.560.0-no-dot-inc.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 07ed4ceef9d501d2ee455e589ae9075a9898ebdd Mon Sep 17 00:00:00 2001 -From: Kent Fredric <kentnl@gentoo.org> -Date: Tue, 24 Oct 2017 17:40:13 +1300 -Subject: Fix t/13-errors.t failing w/o '.' in @INC - -Bug: https://bugs.gentoo.org/616966 -Bug: https://rt.cpan.org/Public/Bug/Display.html?id=121443 -Bug: https://github.com/houseabsolute/HTML-Mason/pull/6 ---- - t/13-errors.t | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/t/13-errors.t b/t/13-errors.t -index 716f2f02..78cfc6b0 100644 ---- a/t/13-errors.t -+++ b/t/13-errors.t -@@ -417,7 +417,7 @@ EOF - description => 'Require a module with an error in a once block', - component => <<'EOF', - <%once> --require "t/lib/BadModule.pm"; -+require "./t/lib/BadModule.pm"; - </%once> - hi! - EOF --- -2.14.2 - |