summaryrefslogtreecommitdiffstats
path: root/META.yml
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-10-18 11:51:20 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-10-18 11:51:20 (GMT)
commit2d5e416592ff2fab507bd4ebfacab3a66a3b8e46 (patch)
tree57d2cb68dbe0b751cfd79b6c68e09ac8d7db6344 /META.yml
parent6fa65670320afe60c04d0b7dd8834598971ec9c1 (diff)
downloadmonitoring-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.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/META.yml b/META.yml
index bd2b6e2..223f6bb 100644
--- a/META.yml
+++ b/META.yml
@@ -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#
3name: Nagios-Plugin 3name: Nagios-Plugin
4version: 0.13 4version: 0.14
5version_from: lib/Nagios/Plugin/Base.pm 5version_from: lib/Nagios/Plugin/Functions.pm
6installdirs: site 6installdirs: site
7requires: 7requires:
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
10distribution_type: module 14distribution_type: module
11generated_by: ExtUtils::MakeMaker version 6.17 15generated_by: ExtUtils::MakeMaker version 6.17