added base pod to all probes
[scpubgit/System-Introspector.git] / lib / System / Introspector / ResolvConf.pm
index 7def573..a33bd97 100644 (file)
@@ -28,3 +28,31 @@ sub _open_resolv_conf_file {
 }
 
 1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::ResolvConf - Gather name resolution configuration
+
+=head1 DESCRIPTION
+
+Reads a C<resolv.conf> file to gather information about name resolution.
+
+=head1 ATTRIBUTES
+
+=head2 resolv_conf_file
+
+The path to the C<resolv.conf> file that should be read. Defaults to
+C</etc/resolv.conf>.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+