summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin/Threshold.pm
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-08-31 08:19:01 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-08-31 08:19:01 (GMT)
commit2b422c372ee109303984ca8bac6f5ea3d5976dc0 (patch)
tree6e2d247d164efc18a6bedb5b0c162c3471bab6f6 /lib/Nagios/Plugin/Threshold.pm
parenta70a6ff5acf2a2b252328427293801ce0ff42888 (diff)
downloadmonitoring-plugin-perl-2b422c372ee109303984ca8bac6f5ea3d5976dc0.tar.gz
Consistent version numbers across all modules. Inherited from Nagios::Plugin::Base
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1471 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Nagios/Plugin/Threshold.pm')
-rw-r--r--lib/Nagios/Plugin/Threshold.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Nagios/Plugin/Threshold.pm b/lib/Nagios/Plugin/Threshold.pm
index 494383f..f3410e8 100644
--- a/lib/Nagios/Plugin/Threshold.pm
+++ b/lib/Nagios/Plugin/Threshold.pm
@@ -7,8 +7,7 @@ use warnings;
7 7
8use Nagios::Plugin::Range; 8use Nagios::Plugin::Range;
9use Nagios::Plugin::Base; 9use Nagios::Plugin::Base;
10use Nagios::Plugin; 10our ($VERSION) = $Nagios::Plugin::Base::VERSION;
11our ($VERSION) = $Nagios::Plugin::VERSION;
12 11
13use Class::Struct; 12use Class::Struct;
14struct "Nagios::Plugin::Threshold" => { 13struct "Nagios::Plugin::Threshold" => {