Skip to content

Instantly share code, notes, and snippets.

@nunorc
Created August 21, 2012 15:45
Show Gist options
  • Save nunorc/3416716 to your computer and use it in GitHub Desktop.
Save nunorc/3416716 to your computer and use it in GitHub Desktop.
Just for kicks!
$ cat documentation_init.patch
diff --git a/lib/System/Introspector.pm b/lib/System/Introspector.pm
index c46af7d..8316545 100644
--- a/lib/System/Introspector.pm
+++ b/lib/System/Introspector.pm
@@ -5,6 +5,37 @@ 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 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) <rs@474.at>
+
+=head1 AUTHOR
+
+mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
+
+=head1 ACKNOWLEDGMENTS
+
+Lots of this stuff sponsored by L<http://socialflow.com>.
+
+=head1 COPYRIGHT
+
+Copyright (c) 2012 the System::Introspector L</AUTHOR> and L</CONTRIBUTORS>
+as listed above.
+
+=head1 LICENSE
+
+This library is free software and may be distributed under the same terms
+as perl itself.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment