summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-10 11:36:22 (GMT)
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-10 11:36:22 (GMT)
commit75f446bb06f552885fe38c5776d609c5f6c0663e (patch)
tree7d51f8a31c2999df837c13047c0e7b6a8a0ccedb
parentf11af14b6d68fd752cf74cd1ebb397688abbed7e (diff)
downloadmonitoring-plugin-perl-75f446bb06f552885fe38c5776d609c5f6c0663e.tar.gz
Added missing ABSTRACT as reported by CPANTS.refs/pull/21/head
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 2fa285d..2d6379d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,7 @@
1use inc::Module::Install; 1use inc::Module::Install;
2 2
3name 'Monitoring-Plugin'; 3name 'Monitoring-Plugin';
4all_from 'lib/Monitoring/Plugin/Functions.pm'; 4all_from 'lib/Monitoring/Plugin.pm';
5author 'Monitoring Plugin Team <devel@monitoring-plugins.org>'; 5author 'Monitoring Plugin Team <devel@monitoring-plugins.org>';
6license 'perl'; 6license 'perl';
7repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl'; 7repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl';