summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin/Getopt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Nagios/Plugin/Getopt.pm')
-rw-r--r--lib/Nagios/Plugin/Getopt.pm6
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;
12use Params::Validate qw(:all); 12use Params::Validate qw(:all);
13use base qw(Class::Accessor); 13use base qw(Class::Accessor);
14 14
15use Nagios::Plugin::Base; 15use Nagios::Plugin::Functions;
16use vars qw($VERSION); 16use vars qw($VERSION);
17$VERSION = $Nagios::Plugin::Base::VERSION; 17$VERSION = $Nagios::Plugin::Functions::VERSION;
18 18
19# Standard defaults 19# Standard defaults
20my %DEFAULT = ( 20my %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
589Copyright 2005-2006 Gavin Carr. All Rights Reserved. 589Copyright (C) 2006 by the Nagios Plugin Development Team.
590 590
591This module is free software. It may be used, redistributed 591This module is free software. It may be used, redistributed
592and/or modified under either the terms of the Perl Artistic 592and/or modified under either the terms of the Perl Artistic