Skip Menu |

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

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

People
Owner: TONVOON [...] cpan.org
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index 98c2896..776257d 100644 --- a/lib/Nagios/Plugin.pm +++ b/lib/Nagios/Plugin.pm @@ -517,7 +517,7 @@ WARNING constant. The thresholds may be: 2. explicitly set by calling C<set_thresholds()> before C<check_threshold()>, or, 3. implicitly set by command-line parameters -w, -c, --critical or - --warning, if you have run C<$plugin->getopts()>. + --warning, if you have run C<< $plugin->getopts() >>. The return value is ready to pass to C <nagios_exit>, e . g .,
Thanks Frank. Will be fixed in new release later today.