User:AnomieBOT/source/tasks/SourceUploader/Pod.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * Add <code>use utf8</code> to the modules that didn't have it. Lacking it seems to cause issues with edit summaries containing non-ASCII characters.
AnomieBOT (talk | contribs)
Updating published sources: General: * Change to SQLite instead of AnyDBM_File for storing persistent data. OrphanReferenceFixer: * Second supplemental task approved! TemplateReplacer3: * Approved! SourceUploader: * Add support for supplemental BRFAs
Line 77:
next;
}
$metadata{lcif(substr($1,0,1)}=$2; eq '+'){
$metadata{lc($1)}=[] unless exists($metadata{lc($1)});
push @{$metadata{lc($1)}}, $2;
} else {
$metadata{lc($1)}=$2;
}
}
my $text=join("\n\n", @para);