Skip Menu |

This queue is for tickets about the Nagios-Plugin CPAN distribution.

Report information
The Basics
Id: 56683
Status: resolved
Priority: 0/
Queue: Nagios-Plugin

People
Owner: Nobody in particular
Requestors: ansgar [...] 43-1.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Fix POD error
Date: Sat, 17 Apr 2010 16:30:10 +0900
To: bug-Nagios-Plugin [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 43-1.org>
Hi, the attached patch was introduced in Debian to fix the following POD error in Nagios::Plugin::Functions: POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 426: You forgot a '=back' before '=head1' Please consider applying it for the next release. Regards, Ansgar
From: Ryan Niebur <ryanryan52@gmail.com> Subject: Fix POD error --- libnagios-plugin-perl.orig/lib/Nagios/Plugin/Functions.pm +++ libnagios-plugin-perl/lib/Nagios/Plugin/Functions.pm @@ -392,6 +392,8 @@ join the resultant critical, warning, and ok messages together i.e. all messages are joined and returned. +=back + =item get_shortname Return the default shortname used for this plugin i.e. the first
I've applied the patch. Thanks!