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 .,