diff options
Diffstat (limited to 'lib/Monitoring/Plugin.pm')
-rw-r--r-- | lib/Monitoring/Plugin.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Monitoring/Plugin.pm b/lib/Monitoring/Plugin.pm index f9eb49e..a5b51b1 100644 --- a/lib/Monitoring/Plugin.pm +++ b/lib/Monitoring/Plugin.pm | |||
@@ -1,9 +1,9 @@ | |||
1 | |||
2 | package Monitoring::Plugin; | 1 | package Monitoring::Plugin; |
3 | 2 | ||
4 | use Monitoring::Plugin::Functions qw(:codes %ERRORS %STATUS_TEXT @STATUS_CODES); | 3 | use Monitoring::Plugin::Functions qw(:codes %ERRORS %STATUS_TEXT @STATUS_CODES); |
5 | use Params::Validate qw(:all); | 4 | use Params::Validate qw(:all); |
6 | 5 | ||
6 | use 5.006; | ||
7 | use strict; | 7 | use strict; |
8 | use warnings; | 8 | use warnings; |
9 | 9 | ||
@@ -703,7 +703,8 @@ Originally by Ton Voon, E<lt>ton.voon@altinity.comE<gt>. | |||
703 | 703 | ||
704 | =head1 COPYRIGHT AND LICENSE | 704 | =head1 COPYRIGHT AND LICENSE |
705 | 705 | ||
706 | Copyright (C) 2006-2014 by Monitoring Plugin Team | 706 | Copyright (C) 2014 by Monitoring Plugin Team |
707 | Copyright (C) 2006-2014 by Nagios Plugin Development Team | ||
707 | 708 | ||
708 | This library is free software; you can redistribute it and/or modify it | 709 | This library is free software; you can redistribute it and/or modify it |
709 | under the same terms as Perl itself, either Perl version 5.8.4 or, at your | 710 | under the same terms as Perl itself, either Perl version 5.8.4 or, at your |