diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-08-31 08:19:01 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-08-31 08:19:01 +0000 |
commit | 2b422c372ee109303984ca8bac6f5ea3d5976dc0 (patch) | |
tree | 6e2d247d164efc18a6bedb5b0c162c3471bab6f6 /lib/Nagios/Plugin/Base.pm | |
parent | a70a6ff5acf2a2b252328427293801ce0ff42888 (diff) | |
download | monitoring-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/Base.pm')
-rw-r--r-- | lib/Nagios/Plugin/Base.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Nagios/Plugin/Base.pm b/lib/Nagios/Plugin/Base.pm index d1678a5..c2e9902 100644 --- a/lib/Nagios/Plugin/Base.pm +++ b/lib/Nagios/Plugin/Base.pm | |||
@@ -5,8 +5,7 @@ package Nagios::Plugin::Base; | |||
5 | use strict; | 5 | use strict; |
6 | use warnings; | 6 | use warnings; |
7 | 7 | ||
8 | use Nagios::Plugin; | 8 | our $VERSION = "0.13"; |
9 | our ($VERSION) = $Nagios::Plugin::VERSION; | ||
10 | 9 | ||
11 | use Exporter; | 10 | use Exporter; |
12 | our @ISA = qw(Exporter); | 11 | our @ISA = qw(Exporter); |