mediawiki merging, row identification, tests
[scpubgit/System-Introspector-Report.git] / lib / System / Introspector / Report / Publish / MediaWiki / Connection.pm
1 package System::Introspector::Report::Publish::MediaWiki::Connection;
2 use Moo;
3
4 sub get {
5   my ($self, $page_name) = @_;
6 }
7
8 sub put {
9   my ($self, $page) = @_;
10 }
11
12 1;