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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * Don't throw an error in AnomieBOT::API destructor when Perl destroys things out of order. TemplateReplacer: * Approved! OrphanReferenceFixer * Approved! WatchlistUpdater: * Work around bugzilla:15471 for now
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 20:
=cut
 
use utf8;
use strict;