summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-TagFilter/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/HTML-TagFilter/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/HTML-TagFilter/files')
-rw-r--r--dev-perl/HTML-TagFilter/files/HTML-TagFilter-1.30.0-no-dot-inc.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-perl/HTML-TagFilter/files/HTML-TagFilter-1.30.0-no-dot-inc.patch b/dev-perl/HTML-TagFilter/files/HTML-TagFilter-1.30.0-no-dot-inc.patch
deleted file mode 100644
index cc2f106182bb..000000000000
--- a/dev-perl/HTML-TagFilter/files/HTML-TagFilter-1.30.0-no-dot-inc.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 6b22ff73fac56cd405f021f5c9fd1cce6f62cff0 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Tue, 24 Oct 2017 18:44:46 +1300
-Subject: Fix tests for '.' in @INC
-
-Bug: https://bugs.gentoo.org/616992
-Bug: https://rt.cpan.org/Ticket/Display.html?id=121449
----
- MANIFEST | 2 +-
- t/04-subclass.t | 1 +
- {My => t/lib/My}/Filter.pm | 0
- 3 files changed, 2 insertions(+), 1 deletion(-)
- rename {My => t/lib/My}/Filter.pm (100%)
-
-diff --git a/MANIFEST b/MANIFEST
-index 2ef9813..ef6a569 100644
---- a/MANIFEST
-+++ b/MANIFEST
-@@ -3,7 +3,7 @@ Makefile.PL
- MANIFEST
- README
- TagFilter.pm
--My/Filter.pm
-+t/lib/My/Filter.pm
- t/01-filter.t
- t/02-xss.t
- t/03-extension.t
-diff --git a/t/04-subclass.t b/t/04-subclass.t
-index ef2eb61..f8b3598 100644
---- a/t/04-subclass.t
-+++ b/t/04-subclass.t
-@@ -2,6 +2,7 @@ package main;
-
- use strict;
- use Test::More;
-+use lib 't/lib';
- use My::Filter;
-
- BEGIN {
-diff --git a/My/Filter.pm b/t/lib/My/Filter.pm
-similarity index 100%
-rename from My/Filter.pm
-rename to t/lib/My/Filter.pm
---
-2.14.2
-