diff options
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/META.yml b/META.yml deleted file mode 100644 index 7398605..0000000 --- a/META.yml +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | --- | ||
2 | abstract: ~ | ||
3 | author: | ||
4 | - 'This code is maintained by the Monitoring Plugin Development Team: see' | ||
5 | - 'Monitoring Plugin Team <devel@monitoring-plugins.org>' | ||
6 | build_requires: | ||
7 | ExtUtils::MakeMaker: 6.59 | ||
8 | Test::More: 0.62 | ||
9 | configure_requires: | ||
10 | ExtUtils::MakeMaker: 6.59 | ||
11 | distribution_type: module | ||
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.39 | ||