Content deleted Content added
Updating published sources: SourceUploader: * Override several behaviors of Pod::Simple::Wiki::Mediawiki: ** Don't try to generate "; foo : bar" lists, to prevent incorrect generation of "; foo1; foo2; foo3" when multiple =items have no intervening t |
Updating published sources: AnomieBOT::API::Iterator: * Ignore the "interwiki" node that shows up if your "titles" parameter contains interwiki links. |
||
Line 64:
delete $res{'normalized'};
delete $res{'redirects'};
delete $res{'interwiki'};
my @res=values %res;
if(@res > 1){
|