summaryrefslogtreecommitdiff
path: root/dev-perl/Template-XML/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/Template-XML/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Template-XML/files')
-rw-r--r--dev-perl/Template-XML/files/bug-144689-branch-2.17.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-perl/Template-XML/files/bug-144689-branch-2.17.patch b/dev-perl/Template-XML/files/bug-144689-branch-2.17.patch
deleted file mode 100644
index c9c5c1cca0b7..000000000000
--- a/dev-perl/Template-XML/files/bug-144689-branch-2.17.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Template-XML-2.17/lib/Template/Plugin/XML/LibXML.pm 2007-02-09
-09:48:07.000000000 -0600
-+++ Template-XML-2.17-fixed/lib/Template/Plugin/XML/LibXML.pm 2007-02-19
-17:22:29.000000000 -0600
-@@ -112,7 +112,7 @@
- eval { $parser->$method($args->{$method}) };
-
- # if there's a problem throw a Tempalte::Exception
-- $self->throw("option '$method' not supported") if $@;
-+ $class->throw("option '$method' not supported") if $@;
- }
-
- # parse