Package: munin-node Version: 1.2.6-1 Using perldoc to display the documentation of Munin::Plugin leads to the following interesting notes:
POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 306: Unknown directive: =head Around line 355: Unknown directive: =head Patch attached. Regards, Joey -- Debian automatically detects USB sticks. This is so non-Debian. -- Joey Please always Cc to me when replying to me on the lists.
--- /tmp/work/Plugin.pm 2008-06-30 20:08:32.000000000 +0200 +++ /usr/share/perl5/Munin/Plugin.pm 2008-06-30 20:10:33.000000000 +0200 @@ -303,7 +303,7 @@ sub restore_state { } -=head ($file_handle,$rotated) = tail_open($file_name,$position) +=head3 ($file_handle,$rotated) = tail_open($file_name,$position) Open the given file and seek to the given position. If this position is beyond the end of the file the function assumes that the file has @@ -352,7 +352,7 @@ sub tail_open ($$) { return ($fh,$filereset); } -=head $position = tail_close($file_handle) +=head3 $position = tail_close($file_handle) Close the the file and return the current position in the file. This position should be put in a state vector and stored in a state file