diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 11:51:20 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-18 11:51:20 +0000 |
commit | 2d5e416592ff2fab507bd4ebfacab3a66a3b8e46 (patch) | |
tree | 57d2cb68dbe0b751cfd79b6c68e09ac8d7db6344 /META.yml | |
parent | 6fa65670320afe60c04d0b7dd8834598971ec9c1 (diff) | |
download | monitoring-plugin-perl-2d5e416592ff2fab507bd4ebfacab3a66a3b8e46.tar.gz |
0.14 uploaded to CPAN. Version numbers changed and updated Changes file
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1495 f882894a-f735-0410-b71e-b25c423dba1c
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 |