Skip Menu |

This queue is for tickets about the Template-XML CPAN distribution.

Report information
The Basics
Id: 38001
Status: new
Priority: 0/
Queue: Template-XML

People
Owner: Nobody in particular
Requestors: brooks [...] deseret.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: $self not defined in Template::Plugin::XML::LibXML
Date: Mon, 28 Jul 2008 14:15:24 -0400
To: bug-Template-XML [...] rt.cpan.org
From: Lyle Brooks <brooks [...] deseret.com>
In the new() method near the bottom of the method is a line $self->throw("option '$method' not supported") if $@; Perl complains that $self is not defined. Perhaps it should read: $context->throw("option '$method' not supported") if $@; HTH