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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: SourceUploader: * Change "warning" omboxes to use type=content, even though the border is overridden anyway.
AnomieBOT (talk | contribs)
Updating published sources: General: * BREAKING CHANGE: And it's a big one: ** Data store changed from (binary) Storable to (readable) JSON. update-db.pl will change an existing database. This may affect the exact values storable in the permanent sto
Line 74:
s/^\s*|\s*$//g;
if(!/^(\S+?):\s*(.*)$/){
$self->whinedie($line, "Bad header line in metadata block at $line");
next;
}