[Nagios-Plugin] Missed out the export_ok change
"Ton Voon" <[email protected]>
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: Nagios-Plugin Branch: master Commit: 9ca059723a6dc4d6b2839f63d42a0e04c12d7cda Author: tonvoon <[email protected]> Date: Thu Apr 15 08:58:29 2010 +0000 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/Nagios-Plugin;a=commit;h=9ca0597 Missed out the export_ok change --- lib/Nagios/Plugin.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index a7613b2..c363c7e 100644 --- a/lib/Nagios/Plugin.pm +++ b/lib/Nagios/Plugin.pm @@ -21,7 +21,7 @@ Nagios::Plugin->mk_accessors(qw( use Exporter; our @ISA = qw(Exporter); our @EXPORT = (@STATUS_CODES); -our @EXPORT_OK = qw(%ERRORS); +our @EXPORT_OK = qw(%ERRORS %STATUS_TEXT); # CPAN stupidly won't index this module without a literal $VERSION here, # so we're forced to duplicate it explicitly ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev