Skip Menu |

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

Report information
The Basics
Id: 17057
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: XML-RSS-Tools

People
Owner: Nobody in particular
Requestors: martin [...] neoreality.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.15
Fixed in: 0.16



Subject: Superfluous underscore
In xsl_string() on line 389 there appears to be a superfluous underscore in front of the statement that causes a Perl error: _$self->{_xsl_string} = $xml; Removing the underscore fixes the problem! :-)
On Fri Jan 13 12:42:03 2006, guest wrote: Show quoted text
> In xsl_string() on line 389 there appears to be a superfluous underscore > in front of the statement that causes a Perl error: > > _$self->{_xsl_string} = $xml; > > Removing the underscore fixes the problem! :-)
You are right. Will fix in next version. Also adding some more tests and POD improvments. Any suggestions while I'm working on it this weekend? Adam
Subject: Re: [rt.cpan.org #17057] Superfluous underscore
Date: Fri, 13 Jan 2006 15:23:00 -0500
To: bug-XML-RSS-Tools [...] rt.cpan.org
From: Martin Flack <martin [...] neoreality.com>
adam.trickett@iredale.net via RT wrote: Show quoted text
> On Fri Jan 13 12:42:03 2006, guest wrote: >
>>In xsl_string() on line 389 there appears to be a superfluous underscore >>in front of the statement that causes a Perl error: >> >> _$self->{_xsl_string} = $xml; >> >>Removing the underscore fixes the problem! :-)
> > > You are right. Will fix in next version. Also adding some more tests and > POD improvments. Any suggestions while I'm working on it this weekend? > > Adam
Hi Adam, Thanks for asking. It's actually been a while since I coded with it. I programmed most of Urchin (http://urchin.sf.net/), wherein we use it as a convenience. I was helping a colleague reinstall Urchin fresh this week. I'll let you know if we think of any suggestions! Cheers, Martin