diff options
author | Sven Nierlein <sven@nierlein.de> | 2016-04-02 19:32:38 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2016-04-02 19:32:38 +0200 |
commit | c45647af86501d45d9710f8d18a5a182fd2a262f (patch) | |
tree | e1c18a6f61e6ea166809ca8a398e72f0b1b1b503 /META.yml | |
parent | ed9c76fc51bc202f5285ff2c74678f6e555b55a6 (diff) | |
download | monitoring-plugin-perl-c45647af86501d45d9710f8d18a5a182fd2a262f.tar.gz |
update gitignore
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 | ||