X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSystem%2FIntrospector%2FProcesses.pm;h=a4a67b12642d22d990169ce019b2edb814970a85;hb=535e84b638c44a870dff749dfbd80fc8d4b2ec50;hp=0c08b72a44a64e690dee26e2688260573190c434;hpb=19dc45efb42c685a77daa1df7943bf406527b7d1;p=scpubgit%2FSystem-Introspector.git diff --git a/lib/System/Introspector/Processes.pm b/lib/System/Introspector/Processes.pm index 0c08b72..a4a67b1 100644 --- a/lib/System/Introspector/Processes.pm +++ b/lib/System/Introspector/Processes.pm @@ -63,3 +63,24 @@ sub _open_ps_pipe { } 1; + +__END__ + +=head1 NAME + +System::Introspector::Processes - Gather running processes + +=head1 DESCRIPTION + +Uses C to gather a list of all running processes. + +=head1 SEE ALSO + +=over + +=item L + +=back + +=cut +