User:AnomieBOT/source/tasks/PERTableUpdater.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Can't use "return" inside a map block, that returns from the function. D'oh. * Handle urns that have HTML entities in them (e.g. ').
AnomieBOT (talk | contribs)
Updating published sources: PERTableUpdater: * Replace underscores with spaces in page titles read from urns.
Line 165:
$url = decode_entities( $url );
utf8::decode( $url );
$url =~ s/_/ /g;
$url;
} else {