Content deleted Content added
Updating published sources: AnomieBOT::API::Cache::Redis: * Catch errors from Redis. AnomieBOT/API/Cache/test.pl: * Set $Data::Dumper::Sortkeys so comparisons are sane. |
Updating published sources: General: * Update for the addition of 'rvslots'. DatedCategoryDeleterTest: * Disable. It's clear that task won't be needed. BrokenRedirectDeleter: * Handle pages with newlines before the <code>#REDIRECT</code>. |
||
Line 126:
next if @{$tok->{'templates'} // []};
my $intxt = $tok->{'revisions'}[0]{'slots'}{'main'}{'*'} // '';
# Look for content or a template that we don't go after
|