add a simple summary to mediawiki edits
[scpubgit/System-Introspector-Report.git] / lib / System / Introspector / Report / Publish / MediaWiki / Connection.pm
index 1826063..c7550f9 100644 (file)
@@ -70,6 +70,7 @@ sub put {
     action      => 'edit',
     title       => $page->name,
     text        => $page->content,
+    summary     => 'System-Introspector-Report Update',
     $page->has_timestamp
       ? (basetimestamp => $page->timestamp)
       : (),