diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-09-26 12:17:01 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-09-26 12:17:01 +0000 |
commit | f06255753edb3909f83bf279079698808192089d (patch) | |
tree | c2366911d50a39cdd503896265d58c7d1efa6be0 | |
parent | 4fed68aacd776c465eca06e943b26c288ec4b16b (diff) | |
download | monitoring-plugin-perl-f06255753edb3909f83bf279079698808192089d.tar.gz |
Add test requirement of Test::More at level 0.62 (may work for lower, but cannot
test)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1486 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 4c397f1..6da133a 100644 --- a/Makefile.PL +++ b/Makefile.PL | |||
@@ -9,6 +9,7 @@ WriteMakefile( | |||
9 | Class::Struct => 0, | 9 | Class::Struct => 0, |
10 | Params::Validate => 0.24, | 10 | Params::Validate => 0.24, |
11 | Class::Accessor => 0.22, | 11 | Class::Accessor => 0.22, |
12 | Test::More => 0.62, | ||
12 | }, # e.g., Module::Name => 1.1 | 13 | }, # e.g., Module::Name => 1.1 |
13 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 | 14 | ($] >= 5.005 ? ## Add these new keywords supported since 5.005 |
14 | (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module | 15 | (ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module |