User:AnomieBOT/source/AnomieBOT/API/Iterator.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: OrphanReferenceFixer: * Fix log message AnomieBOT::Iterator: * Have the iterator ignore 'normalized' and 'redirects' nodes in the result. d::WikiProjectTagging: * When adding to a banner shell, make sure there is a CR befo
AnomieBOT (talk | contribs)
Updating published sources: AnomieBOT::API::Iterator: * Apparently, the API will completely omit the 'query' node if there are absolutely no results.
Line 61:
}
 
my %res=exists($res->{'query'})?%{$res->{'query'}}:();
delete $res{'normalized'};
delete $res{'redirects'};