From: Nuno Carvalho Date: Sat, 25 Aug 2012 00:12:31 +0000 (+0100) Subject: Add more documentation bits X-Git-Tag: v0.001_001~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d51f9cc97567e2ba5ee4062784e791a767be75f7;p=scpubgit%2FSystem-Introspector.git Add more documentation bits --- diff --git a/lib/System/Introspector.pm b/lib/System/Introspector.pm index c46af7d..2bf4ec8 100644 --- a/lib/System/Introspector.pm +++ b/lib/System/Introspector.pm @@ -5,6 +5,44 @@ package System::Introspector; our $VERSION = '0.000001'; $VERSION = eval $VERSION; -# lots of this stuff sponsored by socialflow.com - 1; + +=head1 NAME + +System::Introspector - framework for remote system introspection + +=head1 SYNOPSIS + + $ system-introspector --storage --config [OPTIONS] + +See L for detailed information about which OPTIONS +can be used. + +=head1 DESCRIPTION + +System::Introspector is a framework for remotely executing system wide +introspection. The introspection is done executing a set of probes +on the remote system that gather specific information. Gathered results +are stored in JSON format. + +=head1 CONTRIBUTORS + +phaylon - Robert Sedlacek (cpan:PHAYLON) + +=head1 AUTHOR + +mst - Matt S. Trout (cpan:MSTROUT) + +=head1 SPONSORED + +Lots of this stuff sponsored by L. + +=head1 COPYRIGHT + +Copyright (c) 2012 the System::Introspector L and L +as listed above. + +=head1 LICENSE + +This library is free software and may be distributed under the same terms +as perl itself.