Skip to content

Commit 238aa0b

Browse files
authored
Merge pull request #21 from manwar/add-missing-abstract
Added missing ABSTRACT as reported by CPANTS.
2 parents f11af14 + 75f446b commit 238aa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use inc::Module::Install;
22

33
name 'Monitoring-Plugin';
4-
all_from 'lib/Monitoring/Plugin/Functions.pm';
4+
all_from 'lib/Monitoring/Plugin.pm';
55
author 'Monitoring Plugin Team <[email protected]>';
66
license 'perl';
77
repository 'https://github.com/monitoring-plugins/monitoring-plugin-perl';

0 commit comments

Comments
 (0)