Skip Menu |

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

Report information
The Basics
Id: 23668
Status: resolved
Priority: 0/
Queue: POE-Filter-XML

People
Owner: Nobody in particular
Requestors: xantus [...] xantus.org
Cc:
AdminCc:

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



Subject: regex on defined values
Date: Mon, 27 Nov 2006 16:49:23 -0800
To: bug-poe-filter-xml [...] rt.cpan.org
From: "David Davis" <xantus [...] xantus.org>
When a undef value is passed to util functions in POE::Filter::XML::Utils, warnings are produced. (when warnings are on of course) For example: Use of uninitialized value in substitution (s///) at /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line 23. Use of uninitialized value in substitution (s///) at /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line 24. Use of uninitialized value in substitution (s///) at /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line 25. Use of uninitialized value in substitution (s///) at /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line 26. Use of uninitialized value in substitution (s///) at /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line 27. a defined check would fix this. Thanks! David
Subject: Re: [rt.cpan.org #23668] regex on defined values
Date: Tue, 5 Dec 2006 11:44:21 -0600
To: bug-POE-Filter-XML [...] rt.cpan.org
From: "Nicholas Perez" <nicholasrperez [...] gmail.com>
Thanks for the ticket. I'll roll in the fix and do a release probably this week. I just swapped repositories from cvs to svn, and trying to alter development habits, so it make take a bit. On 11/27/06, David Davis via RT <bug-POE-Filter-XML@rt.cpan.org> wrote: Show quoted text
> > Mon Nov 27 19:49:57 2006: Request 23668 was acted upon. > Transaction: Ticket created by xantus@xantus.org > Queue: POE-Filter-XML > Subject: regex on defined values > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: xantus@xantus.org > Status: new > Ticket <URL: > http://rt.cpan.org/Ticket/Display.html?id=23668 > > > > When a undef value is passed to util functions in POE::Filter::XML::Utils, > warnings are produced. (when warnings are on of course) > > For example: > > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 23. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 24. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 25. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 26. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 27. > > > a defined check would fix this. > > Thanks! > David > > > > When a undef value is passed to util functions in POE::Filter::XML::Utils, > warnings are produced. (when warnings are on of course) > > For example: > > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 23. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 24. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 25. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 26. > Use of uninitialized value in substitution (s///) at > /usr/local/share/perl/5.8.7/POE/Filter/XML/Utils.pm line > 27. > > > a defined check would fix this. > > Thanks! > David > >
This is resolved in 0.32 that was just uploaded to CPAN