diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-08-31 08:19:01 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-08-31 08:19:01 +0000 |
commit | 2b422c372ee109303984ca8bac6f5ea3d5976dc0 (patch) | |
tree | 6e2d247d164efc18a6bedb5b0c162c3471bab6f6 /META.yml | |
parent | a70a6ff5acf2a2b252328427293801ce0ff42888 (diff) | |
download | monitoring-plugin-perl-2b422c372ee109303984ca8bac6f5ea3d5976dc0.tar.gz |
Consistent version numbers across all modules. Inherited from Nagios::Plugin::Base
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1471 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
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.12 | 4 | version: 0.13 |
5 | version_from: lib/Nagios/Plugin.pm | 5 | version_from: lib/Nagios/Plugin/Base.pm |
6 | installdirs: site | 6 | installdirs: site |
7 | requires: | 7 | requires: |
8 | 8 | ||