From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-perl/Template-XML/files/bug-144689-branch-2.17.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-perl/Template-XML/files/bug-144689-branch-2.17.patch (limited to 'dev-perl/Template-XML/files') 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 -- cgit v1.2.3