From e548a22a92b3aa345f4a952fddb39cc693c35a70 Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Tue, 26 Sep 2006 01:10:23 +0000 Subject: 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 --- lib/Nagios/Plugin/Getopt.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Nagios/Plugin/Getopt.pm') 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; use Params::Validate qw(:all); use base qw(Class::Accessor); -use Nagios::Plugin::Base; +use Nagios::Plugin::Functions; use vars qw($VERSION); -$VERSION = $Nagios::Plugin::Base::VERSION; +$VERSION = $Nagios::Plugin::Functions::VERSION; # Standard defaults my %DEFAULT = ( @@ -586,7 +586,7 @@ Gavin Carr =head1 COPYRIGHT AND LICENSE -Copyright 2005-2006 Gavin Carr. All Rights Reserved. +Copyright (C) 2006 by the Nagios Plugin Development Team. This module is free software. It may be used, redistributed and/or modified under either the terms of the Perl Artistic -- cgit v1.2.3-74-g34f1