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 /Makefile.PL | |
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 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Makefile.PL b/Makefile.PL index d1f0c2a..2fa285d 100644 --- a/Makefile.PL +++ b/Makefile.PL | |||
@@ -1,10 +1,10 @@ | |||
1 | use inc::Module::Install; | 1 | use inc::Module::Install; |
2 | 2 | ||
3 | name 'Monitoring-Plugin'; | 3 | name 'Monitoring-Plugin'; |
4 | all_from 'lib/Monitoring/Plugin/Functions.pm'; | 4 | all_from 'lib/Monitoring/Plugin/Functions.pm'; |
5 | author q{Monitoring Plugin Team <devel@monitoring-plugins.org>}; | 5 | author 'Monitoring Plugin Team <devel@monitoring-plugins.org>'; |
6 | license 'perl'; | 6 | license 'perl'; |
7 | repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl'; | 7 | repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl'; |
8 | 8 | ||
9 | requires 'Params::Validate' => 0; | 9 | requires 'Params::Validate' => 0; |
10 | requires 'Class::Accessor' => 0; | 10 | requires 'Class::Accessor' => 0; |
@@ -13,11 +13,9 @@ requires 'Config::Tiny' => 0; | |||
13 | requires 'File::Spec' => 0; | 13 | requires 'File::Spec' => 0; |
14 | requires 'File::Basename' => 0; | 14 | requires 'File::Basename' => 0; |
15 | requires 'IO::File' => 0; | 15 | requires 'IO::File' => 0; |
16 | requires 'Math::Calc::Units' => 0; # used in M::P::Performance | 16 | requires 'Math::Calc::Units' => 0; # used in M::P::Performance |
17 | 17 | ||
18 | 18 | ||
19 | build_requires 'Test::More' => 0.62; | 19 | build_requires 'Test::More' => 0.62; |
20 | 20 | ||
21 | auto_install; | ||
22 | |||
23 | WriteAll; | 21 | WriteAll; |