From 75f446bb06f552885fe38c5776d609c5f6c0663e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 10 Oct 2019 12:36:22 +0100 Subject: Added missing ABSTRACT as reported by CPANTS. diff --git a/Makefile.PL b/Makefile.PL index 2fa285d..2d6379d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use inc::Module::Install; name 'Monitoring-Plugin'; -all_from 'lib/Monitoring/Plugin/Functions.pm'; +all_from 'lib/Monitoring/Plugin.pm'; author 'Monitoring Plugin Team '; license 'perl'; repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl'; -- cgit v0.10-9-g596f