--- a/check_rsnapshot.pl Tue Mar 26 12:18:01 2013 +0100
+++ b/check_rsnapshot.pl Tue Mar 26 14:40:25 2013 +0100
@@ -18,6 +18,9 @@
#
# Christian Arnold <arnold@schlittermann.de>, Matthias Förste <foerste@schlittermann.de>
+=encoding utf8
+=cut
+
use strict;
use File::Basename;
use Getopt::Long;
@@ -218,7 +221,7 @@
This plugin checks rsnapshot logfile for errors.
-=head11 EXAMPLES
+=head1 EXAMPLES
check_rsnapshot -s 172800 -l /var/log/rsnapshot/rsnapshot.log -d "2 days ago"
@@ -229,13 +232,14 @@
=head1 AUTHORS
2011-2013 Originally written by Christian Arnold L<arnold@schlittermann.de>.
-2013 Fixes by Matthias Förste L<foerste@schlittermann.de>.
+
+2013 Maintained by Matthias Förste L<foerste@schlittermann.de>.
=head1 COPYRIGHT
Copyright (C) 2011-2013 by Christian Arnold and Schlittermann internet & unix
-support. Copyright (C) 2013 by Matthias Förste and Schlittermann internet &
-unix support. This is free software, and you are welcome to redistribute it
-under certain conditions. See the GNU General Public Licence for details.
+support. Copyright (C) 2013 by Matthias Förste and Schlittermann internet &
+unix support. This is free software, and you are welcome to redistribute it
+under certain conditions. See the GNU General Public Licence for details.
=cut