From: Robert 'phaylon' Sedlacek Date: Wed, 3 Oct 2012 21:12:47 +0000 (+0000) Subject: identify the mediawiki publisher as bot X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62499a9b2b37a46df91cb5c34cfbab4ef9959094;hp=576b42783dc7fb3c332d0c3cd237be53203cfd28;p=scpubgit%2FSystem-Introspector-Report.git identify the mediawiki publisher as bot --- diff --git a/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm b/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm index c7550f9..5b820cf 100644 --- a/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm +++ b/lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm @@ -71,6 +71,7 @@ sub put { title => $page->name, text => $page->content, summary => 'System-Introspector-Report Update', + bot => 1, $page->has_timestamp ? (basetimestamp => $page->timestamp) : (),