diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2006-09-26 01:10:23 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2006-09-26 01:10:23 +0000 |
commit | e548a22a92b3aa345f4a952fddb39cc693c35a70 (patch) | |
tree | 606e3872d3070a90b5fa9881303eddb59efc8bbd /lib/Nagios/Plugin/Getopt.pm | |
parent | d8f912e8f5abb1476366cfea6e0fb368a9669ec4 (diff) | |
download | monitoring-plugin-perl-e548a22a92b3aa345f4a952fddb39cc693c35a70.tar.gz |
Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1482 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Nagios/Plugin/Getopt.pm')
-rw-r--r-- | lib/Nagios/Plugin/Getopt.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Nagios/Plugin/Getopt.pm b/lib/Nagios/Plugin/Getopt.pm index 7f32c3b..8a9fc1c 100644 --- a/lib/Nagios/Plugin/Getopt.pm +++ b/lib/Nagios/Plugin/Getopt.pm | |||
@@ -12,9 +12,9 @@ use Carp; | |||
12 | use Params::Validate qw(:all); | 12 | use Params::Validate qw(:all); |
13 | use base qw(Class::Accessor); | 13 | use base qw(Class::Accessor); |
14 | 14 | ||
15 | use Nagios::Plugin::Base; | 15 | use Nagios::Plugin::Functions; |
16 | use vars qw($VERSION); | 16 | use vars qw($VERSION); |
17 | $VERSION = $Nagios::Plugin::Base::VERSION; | 17 | $VERSION = $Nagios::Plugin::Functions::VERSION; |
18 | 18 | ||
19 | # Standard defaults | 19 | # Standard defaults |
20 | my %DEFAULT = ( | 20 | my %DEFAULT = ( |
@@ -586,7 +586,7 @@ Gavin Carr <gavin@openfusion.com.au> | |||
586 | 586 | ||
587 | =head1 COPYRIGHT AND LICENSE | 587 | =head1 COPYRIGHT AND LICENSE |
588 | 588 | ||
589 | Copyright 2005-2006 Gavin Carr. All Rights Reserved. | 589 | Copyright (C) 2006 by the Nagios Plugin Development Team. |
590 | 590 | ||
591 | This module is free software. It may be used, redistributed | 591 | This module is free software. It may be used, redistributed |
592 | and/or modified under either the terms of the Perl Artistic | 592 | and/or modified under either the terms of the Perl Artistic |