diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-11-21 01:40:47 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-11-21 01:40:47 +0000 |
commit | d3de1274569806ec55e8fc77d299d7b1d42e5354 (patch) | |
tree | ca124ee28d99d5897134857dd3a1c82dc5219d68 /lib/Nagios/Plugin.pm | |
parent | 3ae2f969910f6b0dbcd1b85b667f223f87ea2757 (diff) | |
download | monitoring-plugin-perl-d3de1274569806ec55e8fc77d299d7b1d42e5354.tar.gz |
Update with new version number
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@2090 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Nagios/Plugin.pm')
-rw-r--r-- | lib/Nagios/Plugin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Nagios/Plugin.pm b/lib/Nagios/Plugin.pm index 5f9a905..7299929 100644 --- a/lib/Nagios/Plugin.pm +++ b/lib/Nagios/Plugin.pm | |||
@@ -25,7 +25,7 @@ our @EXPORT_OK = qw(%ERRORS); | |||
25 | # CPAN stupidly won't index this module without a literal $VERSION here, | 25 | # CPAN stupidly won't index this module without a literal $VERSION here, |
26 | # so we're forced to duplicate it explicitly | 26 | # so we're forced to duplicate it explicitly |
27 | # Make sure you update $Nagios::Plugin::Functions::VERSION too | 27 | # Make sure you update $Nagios::Plugin::Functions::VERSION too |
28 | our $VERSION = "0.27"; | 28 | our $VERSION = "0.28"; |
29 | 29 | ||
30 | sub new { | 30 | sub new { |
31 | my $class = shift; | 31 | my $class = shift; |