diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2007-02-08 05:16:15 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2007-02-08 05:16:15 +0000 |
commit | d56d5a0d2d4b29ac2a296bc39a7b80862a7f7e8f (patch) | |
tree | e57286162e8f13f98e268ef44867e8f90af2ff3c /META.yml | |
parent | 9692fb72f6f428dbed4e107dd83fa906854babff (diff) | |
download | monitoring-plugin-perl-d56d5a0d2d4b29ac2a296bc39a7b80862a7f7e8f.tar.gz |
Add initial --default-opts implementation to Nagios::Plugin::Getopt.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1616 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,9 +6,13 @@ version_from: lib/Nagios/Plugin/Functions.pm | |||
6 | installdirs: site | 6 | installdirs: site |
7 | requires: | 7 | requires: |
8 | Carp: 0 | 8 | Carp: 0 |
9 | Class::Accessor: 0.22 | 9 | Class::Accessor: 0 |
10 | Params::Validate: 0.24 | 10 | Params::Validate: 0 |
11 | Test::More: 0.62 | 11 | Test::More: 0.62 |
12 | Config::Tiny: 0 | ||
13 | File::Spec: 0 | ||
14 | File::Basename: | ||
15 | IO::File: | ||
12 | 16 | ||
13 | distribution_type: module | 17 | distribution_type: module |
14 | generated_by: ExtUtils::MakeMaker version 6.17 | 18 | generated_by: ExtUtils::MakeMaker version 6.17 |