summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Nagios/Plugin.pm')
-rw-r--r--lib/Nagios/Plugin.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm
index 29b79b9..71d12ed 100644
--- a/lib/Nagios/Plugin.pm
+++ b/lib/Nagios/Plugin.pm
@@ -23,7 +23,8 @@ our @ISA = qw(Exporter Nagios::__::Plugin);
23our @EXPORT = (@STATUS_CODES); 23our @EXPORT = (@STATUS_CODES);
24our @EXPORT_OK = qw(%ERRORS); 24our @EXPORT_OK = qw(%ERRORS);
25 25
26our $VERSION = $Nagios::Plugin::Functions::VERSION; 26# Remember to update Nagios::Plugin::Functions as well!
27our $VERSION = "0.14";
27 28
28sub add_perfdata { 29sub add_perfdata {
29 my ($self, %args) = @_; 30 my ($self, %args) = @_;