Package: libflickr-api-perl
Version: 1.01-2
Severity: grave
Tags: patch
--- Please enter the report below this line. ---
This is related to bug #502312.
It would appear that the XML library used by this code has reverted back
to returning 'element' types rather than 'tag' types requiring that
Gunnar Wolf wrote:
Seems like I doo need a test case for you reproducing this problem. I
tried with:
#!/usr/bin/perl
use YAML;
use Flickr::API;
use Flickr::API::Request;
my ($key, $username, $api, $req, $res);
$key = "this_is_not_
Package: libflickr-api-perl
Version: 1.01-1
Severity: grave
Justification: renders package unusable
When the execute_request function parses the XML response from Flickr,
it calls
the function _find_tag which checks for tags of type 'element' whereas
it should
be checking for type 'tag'.
The
Package: libxml-parser-lite-tree-perl
Version: 0.03-1
Followup-For: Bug #461194
Parsing a simpl XML file (given in [1]) using the perl script given in the
command line below
results in a parser failure:
[EMAIL PROTECTED]:~/tmp$ cat test.xml | perl -e 'use
XML::Parser::Lite::Tree; my $xml; while
4 matches
Mail list logo