Skip Menu |

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

Report information
The Basics
Id: 189
Status: resolved
Priority: 0/
Queue: XML-Dumper

People
Owner: Nobody in particular
Requestors: captvanhalen [...] yahoo.com
Cc:
AdminCc:

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



Subject: xml2p1 method always returns undef?
Hello, a recent discussion at PerlMonks involved the use of XML::Dumper - http://www.perlmonks.org/index.pl?node_id=140226 It appears that xml2pl is broken. The obvious argument for it would be a scalar string containing XML, yet in the method itself, it appears to expect a data structure. The result is a return value of undef... I do not have a patch available, i only perused the code. Thanks for providing XML::Dumper.
From: MIKEWONG
I'm pleased to report that the issue has been fixed as of version 0.50. Thanks for your bug report! - m. Mike Wong <mike_w3@pacbell.net> [JEFFA - Tue Jan 22 13:00:47 2002]: Show quoted text
> Hello, a recent discussion at PerlMonks involved the use of > XML::Dumper - > http://www.perlmonks.org/index.pl?node_id=140226 > > It appears that xml2pl is broken. The obvious argument for it would be > a > scalar string containing XML, yet in the method itself, it appears to > expect a data structure. The result is a return value of undef... > > I do not have a patch available, i only perused the code. Thanks for > providing XML::Dumper.