You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Template-XML/files/bug-144689-branch-2.17.patch

14 lines
475 B

--- 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