X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSystem%2FIntrospector%2FResolvConf.pm;h=a33bd971cb927d4f2fb1d7beb6fd88ac00be01e3;hb=535e84b638c44a870dff749dfbd80fc8d4b2ec50;hp=7def5738f4144411ad2239325c910877e4955fa1;hpb=2e77eeef29fd62961684b171c6fa3c6b8523a26c;p=scpubgit%2FSystem-Introspector.git diff --git a/lib/System/Introspector/ResolvConf.pm b/lib/System/Introspector/ResolvConf.pm index 7def573..a33bd97 100644 --- a/lib/System/Introspector/ResolvConf.pm +++ b/lib/System/Introspector/ResolvConf.pm @@ -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 file to gather information about name resolution. + +=head1 ATTRIBUTES + +=head2 resolv_conf_file + +The path to the C file that should be read. Defaults to +C. + +=head1 SEE ALSO + +=over + +=item L + +=back + +=cut +