top level resolv_conf/error value
[scpubgit/System-Introspector.git] / lib / System / Introspector / MountPoints.pm
index 761cabe..f6fdf15 100644 (file)
@@ -27,7 +27,7 @@ sub _parse_tab_fh {
             = split m{\s+}, $line;
         push @mounts, {
             device_name => $device,
-            moint_point => $point,
+            mount_point => $point,
             fs_type     => $type,
             dump_freq   => $dump,
             pass_num    => $pass,
@@ -45,3 +45,24 @@ sub _parse_tab_fh {
 }
 
 1;
+
+__END__
+
+=head1 NAME
+
+System::Introspector::MountPoints - Gather moint point information
+
+=head1 DESCRIPTION
+
+Reads C<fstab> and C<mtab> files to provide mount point information.
+
+=head1 SEE ALSO
+
+=over
+
+=item L<System::Introspector>
+
+=back
+
+=cut
+