Content deleted Content added
Updating published sources: ITNCArchiver: * Forgot to enable the task SourceUploader: * Flag as "invalid metadata" if "In trial" and not enabled |
Updating published sources: AnomieBOT::Task: * Allow for easy exporting of POSIX::strftime, Time::Local::timegm, and Time::Local::timelocal. * Remove unneeded "use" directives. All tasks, where applicable: * Use the new exports instead of directly us |
||
Line 23:
use strict;
use AnomieBOT::Task qw/:time/;
use vars qw/@ISA/;
@ISA=qw/AnomieBOT::Task/;
use Pod::Simple::Wiki;
use tasks::SourceUploader::Pod;
|