diff options
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 53 |
1 files changed, 35 insertions, 18 deletions
@@ -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# | 2 | abstract: ~ |
3 | name: Nagios-Plugin | 3 | author: |
4 | version: 0.21 | 4 | - 'This code is maintained by the Monitoring Plugin Development Team: see' |
5 | version_from: lib/Nagios/Plugin/Functions.pm | 5 | - 'Monitoring Plugin Team <devel@monitoring-plugins.org>' |
6 | installdirs: site | 6 | build_requires: |
7 | requires: | 7 | ExtUtils::MakeMaker: 6.59 |
8 | Carp: 0 | 8 | Test::More: 0.62 |
9 | Class::Accessor: 0 | 9 | configure_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 | |||
18 | distribution_type: module | 11 | distribution_type: module |
19 | generated_by: ExtUtils::MakeMaker version 6.17 | 12 | dynamic_config: 1 |
13 | generated_by: 'Module::Install version 1.06' | ||
14 | license: perl | ||
15 | meta-spec: | ||
16 | url: http://module-build.sourceforge.net/META-spec-v1.4.html | ||
17 | version: 1.4 | ||
18 | name: Monitoring-Plugin | ||
19 | no_index: | ||
20 | directory: | ||
21 | - inc | ||
22 | - t | ||
23 | requires: | ||
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 | ||
33 | resources: | ||
34 | license: http://dev.perl.org/licenses/ | ||
35 | repository: https://github.com/monitoring-plugins/monitoring-plugin-perl | ||
36 | version: 0.37 | ||