initial version with mediawiki produce/parse, three reports, missing update-merger
authorRobert 'phaylon' Sedlacek <r.sedlacek@shadowcat.co.uk>
Mon, 23 Jul 2012 18:38:27 +0000 (18:38 +0000)
committerRobert 'phaylon' Sedlacek <r.sedlacek@shadowcat.co.uk>
Mon, 23 Jul 2012 18:38:27 +0000 (18:38 +0000)
commit499ebcdd07b89484627e8148cbd84a134b0da144
tree87d5c94ad148f73507bba53dc4265e453c97c061
initial version with mediawiki produce/parse, three reports, missing update-merger
19 files changed:
Makefile.PL [new file with mode: 0644]
bin/system-introspector-report [new file with mode: 0755]
lib/System/Introspector/Report.pm [new file with mode: 0644]
lib/System/Introspector/Report/Builder.pm [new file with mode: 0644]
lib/System/Introspector/Report/Builder/Packages/Apt/API.pm [new file with mode: 0644]
lib/System/Introspector/Report/Builder/Packages/Apt/ByHost.pm [new file with mode: 0644]
lib/System/Introspector/Report/Builder/Packages/Apt/ByPackage.pm [new file with mode: 0644]
lib/System/Introspector/Report/Builder/Perls.pm [new file with mode: 0644]
lib/System/Introspector/Report/Config.pm [new file with mode: 0644]
lib/System/Introspector/Report/Publish/API.pm [new file with mode: 0644]
lib/System/Introspector/Report/Publish/MediaWiki.pm [new file with mode: 0644]
lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm [new file with mode: 0644]
lib/System/Introspector/Report/Publish/MediaWiki/Page.pm [new file with mode: 0644]
lib/System/Introspector/Report/Publish/MediaWiki/Parser.pm [new file with mode: 0644]
lib/System/Introspector/Report/Publish/MediaWiki/Producer.pm [new file with mode: 0644]
lib/System/Introspector/Report/Publish/StdOut.pm [new file with mode: 0644]
lib/System/Introspector/Report/Source.pm [new file with mode: 0644]
maint/Makefile.PL.include [new file with mode: 0644]
t/publish_mediawiki_parser.t [new file with mode: 0644]