summaryrefslogtreecommitdiffstats
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml53
1 files changed, 35 insertions, 18 deletions
diff --git a/META.yml b/META.yml
index 0a71585..ebeebb1 100644
--- a/META.yml
+++ b/META.yml
@@ -1,19 +1,36 @@
1# http://module-build.sourceforge.net/META-spec.html 1---
2#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# 2abstract: ~
3name: Nagios-Plugin 3author:
4version: 0.21 4 - 'This code is maintained by the Monitoring Plugin Development Team: see'
5version_from: lib/Nagios/Plugin/Functions.pm 5 - 'Monitoring Plugin Team <devel@monitoring-plugins.org>'
6installdirs: site 6build_requires:
7requires: 7 ExtUtils::MakeMaker: 6.59
8 Carp: 0 8 Test::More: 0.62
9 Class::Accessor: 0 9configure_requires:
10 Config::Tiny: 0 10 ExtUtils::MakeMaker: 6.59
11 File::Basename: 0
12 File::Spec: 0
13 IO::File: 0
14 Math::Calc::Units: 0
15 Params::Validate: 0
16 Test::More: 0.62
17
18distribution_type: module 11distribution_type: module
19generated_by: ExtUtils::MakeMaker version 6.17 12dynamic_config: 1
13generated_by: 'Module::Install version 1.06'
14license: perl
15meta-spec:
16 url: http://module-build.sourceforge.net/META-spec-v1.4.html
17 version: 1.4
18name: Monitoring-Plugin
19no_index:
20 directory:
21 - inc
22 - t
23requires:
24 Carp: 0
25 Class::Accessor: 0
26 Config::Tiny: 0
27 File::Basename: 0
28 File::Spec: 0
29 IO::File: 0
30 Math::Calc::Units: 0
31 Params::Validate: 0
32 perl: 5.6.0
33resources:
34 license: http://dev.perl.org/licenses/
35 repository: https://github.com/monitoring-plugins/monitoring-plugin-perl
36version: 0.37