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.