summaryrefslogtreecommitdiff
path: root/dev-perl/Template-XML/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Template-XML/files
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (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, 13 insertions, 0 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
new file mode 100644
index 000000000000..c9c5c1cca0b7
--- /dev/null
+++ b/dev-perl/Template-XML/files/bug-144689-branch-2.17.patch
@@ -0,0 +1,13 @@
+--- 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