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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: DatedCategoryCreater: * Supplemental BRFA approved! The bot may now date categories in Category:Wikipedia categories sorted by month.
AnomieBOT (talk | contribs)
Updating published sources: DatedCategoryCreater: * Ahhh! Accidentally left some testing code in place. Sorry everyone.
Line 87:
my %did=();
 
my $curmonth=strftime('%B %Y', gmtime(time()+30*86400));
 
$yearre=join('|', 2004 .. ((gmtime(time()+86400))[5]+1900));