From 9ca059723a6dc4d6b2839f63d42a0e04c12d7cda Mon Sep 17 00:00:00 2001 From: tonvoon Date: Thu, 15 Apr 2010 08:58:29 +0000 Subject: Missed out the export_ok change 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 -- cgit v0.10-9-g596f