Content deleted Content added
Updating published sources: General: * Add <code>use strict</code> where it was missing, and fix the bugs that exposes. * Move conf.ini documentation to conf.sample.ini. * Add section support to the ini parsi |
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 19:
=cut
use utf8;
use strict;
|