diff options
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,11 +1,15 @@ | |||
1 | # http://module-build.sourceforge.net/META-spec.html | 1 | # http://module-build.sourceforge.net/META-spec.html |
2 | #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# | 2 | #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# |
3 | name: Nagios-Plugin | 3 | name: Nagios-Plugin |
4 | version: 0.13 | 4 | version: 0.14 |
5 | version_from: lib/Nagios/Plugin/Base.pm | 5 | version_from: lib/Nagios/Plugin/Functions.pm |
6 | installdirs: site | 6 | installdirs: site |
7 | requires: | 7 | requires: |
8 | Carp: 0 | ||
9 | Class::Accessor: 0.22 | ||
10 | Class::Struct: 0 | ||
8 | Params::Validate: 0.24 | 11 | Params::Validate: 0.24 |
12 | Test::More: 0.62 | ||
9 | 13 | ||
10 | distribution_type: module | 14 | distribution_type: module |
11 | generated_by: ExtUtils::MakeMaker version 6.17 | 15 | generated_by: ExtUtils::MakeMaker version 6.17 |