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