diff options
author | Sven Nierlein <sven@nierlein.de> | 2014-01-20 14:49:14 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2014-01-20 14:49:14 +0100 |
commit | dfae38b656242898ce962c9ad93ed66be45fc3d4 (patch) | |
tree | d781a2ff90888c08379ebcd45f8ec51dda324882 /lib/Monitoring/Plugin.pm | |
parent | b418181dfe80dd75169b6e8a619ac1932155dea2 (diff) | |
download | monitoring-plugin-perl-dfae38b656242898ce962c9ad93ed66be45fc3d4.tar.gz |
keep the old name in copyright for more transparencyv0.37
Signed-off-by: Sven Nierlein <sven@nierlein.de>
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 |