summaryrefslogtreecommitdiffstats
path: root/lib/Monitoring/Plugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Monitoring/Plugin.pm')
-rw-r--r--lib/Monitoring/Plugin.pm5
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
2package Monitoring::Plugin; 1package Monitoring::Plugin;
3 2
4use Monitoring::Plugin::Functions qw(:codes %ERRORS %STATUS_TEXT @STATUS_CODES); 3use Monitoring::Plugin::Functions qw(:codes %ERRORS %STATUS_TEXT @STATUS_CODES);
5use Params::Validate qw(:all); 4use Params::Validate qw(:all);
6 5
6use 5.006;
7use strict; 7use strict;
8use warnings; 8use 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
706Copyright (C) 2006-2014 by Monitoring Plugin Team 706Copyright (C) 2014 by Monitoring Plugin Team
707Copyright (C) 2006-2014 by Nagios Plugin Development Team
707 708
708This library is free software; you can redistribute it and/or modify it 709This library is free software; you can redistribute it and/or modify it
709under the same terms as Perl itself, either Perl version 5.8.4 or, at your 710under the same terms as Perl itself, either Perl version 5.8.4 or, at your