summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-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';