From de72b6572e02257598a0bfb5e93ded56c365b3be Mon Sep 17 00:00:00 2001 From: Steven Yu Date: Mon, 17 Oct 2016 15:42:31 +1100 Subject: [PATCH] add new-line add new-line --- mib2zabbix.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mib2zabbix.pl b/mib2zabbix.pl index 1b371b1..4dbd610 100755 --- a/mib2zabbix.pl +++ b/mib2zabbix.pl @@ -1,5 +1,6 @@ #!/usr/bin/perl =pod + =head1 NAME mib2zabbix.pl - SNMP MIB to Zabbix Template =head1 SYNOPSIS @@ -400,6 +401,7 @@ my %item_proto_template = ( my $valuemaps = {}; =head2 utf8_santize + Parameters : (string) $malformed_utf8 Returns : (string) $wellformed_utf8 Description : Returns a sanitized UTF8 string, removing incompatable characters