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