From dfae38b656242898ce962c9ad93ed66be45fc3d4 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Mon, 20 Jan 2014 14:49:14 +0100 Subject: keep the old name in copyright for more transparency Signed-off-by: Sven Nierlein --- Makefile.PL | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index d1f0c2a..2fa285d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,10 +1,10 @@ use inc::Module::Install; -name 'Monitoring-Plugin'; -all_from 'lib/Monitoring/Plugin/Functions.pm'; -author q{Monitoring Plugin Team }; -license 'perl'; -repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl'; +name 'Monitoring-Plugin'; +all_from 'lib/Monitoring/Plugin/Functions.pm'; +author 'Monitoring Plugin Team '; +license 'perl'; +repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl'; requires 'Params::Validate' => 0; requires 'Class::Accessor' => 0; @@ -13,11 +13,9 @@ requires 'Config::Tiny' => 0; requires 'File::Spec' => 0; requires 'File::Basename' => 0; requires 'IO::File' => 0; -requires 'Math::Calc::Units' => 0; # used in M::P::Performance +requires 'Math::Calc::Units' => 0; # used in M::P::Performance build_requires 'Test::More' => 0.62; -auto_install; - WriteAll; -- cgit v1.2.3-74-g34f1