diff options
author | Sven Nierlein <sven@nierlein.de> | 2019-10-10 12:53:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 12:53:23 (GMT) |
commit | 238aa0b958e50de37393d148956102f44dfb293d (patch) | |
tree | 7d51f8a31c2999df837c13047c0e7b6a8a0ccedb /Makefile.PL | |
parent | f11af14b6d68fd752cf74cd1ebb397688abbed7e (diff) | |
parent | 75f446bb06f552885fe38c5776d609c5f6c0663e (diff) | |
download | monitoring-plugin-perl-238aa0b.tar.gz |
Merge pull request #21 from manwar/add-missing-abstract
Added missing ABSTRACT as reported by CPANTS.
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
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 @@ | |||
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.pm'; |
5 | author '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'; |