diff options
| -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'; |
