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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * Function to transparently handle continuations in an API query. * Fix bot.pl to correctly check the ChangeLog mtime. WatchlistUpdater: * Change around to handle arbitrary API queries, with filtering. SourceUploa
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.
Line 2:
package tasks::SourceUploader::Pod;
 
use utf8;
use strict;
use Pod::Simple;