diff options
author | Gavin Carr <gonzai@users.sourceforge.net> | 2006-12-18 23:42:27 +0000 |
---|---|---|
committer | Gavin Carr <gonzai@users.sourceforge.net> | 2006-12-18 23:42:27 +0000 |
commit | 6cfaa9e19ec827ec889be1713552a9eb3798a593 (patch) | |
tree | eefe2766d6d96a8e8e62e9bac50ace8f16f0a31d /META.yml | |
parent | f05979b75c181690d1cafb79cf78c6096f1ead5d (diff) | |
download | monitoring-plugin-perl-6cfaa9e19ec827ec889be1713552a9eb3798a593.tar.gz |
Update Changes; remove Class::Struct dependency.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1552 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,13 +1,12 @@ | |||
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.14 | 4 | version: 0.15 |
5 | version_from: lib/Nagios/Plugin/Functions.pm | 5 | 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.22 |
10 | Class::Struct: 0 | ||
11 | Params::Validate: 0.24 | 10 | Params::Validate: 0.24 |
12 | Test::More: 0.62 | 11 | Test::More: 0.62 |
13 | 12 | ||