Skip Menu |

This queue is for tickets about the XML-Parser-Lite-Tree CPAN distribution.

Report information
The Basics
Id: 39686
Status: resolved
Priority: 0/
Queue: XML-Parser-Lite-Tree

People
Owner: Nobody in particular
Requestors: stuart.caie [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.05
  • 0.06
Fixed in: (no value)



Subject: 'tag' changed to element, breaks Flickr::API
In 0.05, XML::Parser::Lite::Tree stopped generating tree with type => 'tag'. It now generates type => 'element'. This is wrong, because other code depends on it returning type => 'tag', and it was the published interface of the earlier module. Flickr::API expects type => 'tag' and breaks without it. Please revert the change.
This change was (intentionally) not backward compatible. Flickr::API now requires XML-Parser-Lite-Tree 0.06 or greater, and uses the newer attribute names. Please upgrade your copy of Flickr-API to 1.01 or greater (1.01 was released Sept 2008)