summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Nagios/Plugin.pm2
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(
21use Exporter; 21use Exporter;
22our @ISA = qw(Exporter); 22our @ISA = qw(Exporter);
23our @EXPORT = (@STATUS_CODES); 23our @EXPORT = (@STATUS_CODES);
24our @EXPORT_OK = qw(%ERRORS); 24our @EXPORT_OK = qw(%ERRORS %STATUS_TEXT);
25 25
26# CPAN stupidly won't index this module without a literal $VERSION here, 26# CPAN stupidly won't index this module without a literal $VERSION here,
27# so we're forced to duplicate it explicitly 27# so we're forced to duplicate it explicitly