[Nagios-Plugin] Missed out the export_ok change

Ton Voon tonvoon at users.sourceforge.net
Thu Apr 15 11:47:36 CEST 2010


 Module: Nagios-Plugin
 Branch: master
 Commit: 9ca059723a6dc4d6b2839f63d42a0e04c12d7cda
 Author: tonvoon <ton.voon at opsera.com>
   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





More information about the Commits mailing list