summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorGavin Carr <gonzai@users.sourceforge.net>2006-12-18 23:42:27 (GMT)
committerGavin Carr <gonzai@users.sourceforge.net>2006-12-18 23:42:27 (GMT)
commit6cfaa9e19ec827ec889be1713552a9eb3798a593 (patch)
treeeefe2766d6d96a8e8e62e9bac50ace8f16f0a31d /Makefile.PL
parentf05979b75c181690d1cafb79cf78c6096f1ead5d (diff)
downloadmonitoring-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 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 275883f..540b24b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,6 @@ WriteMakefile(
6 NAME => 'Nagios::Plugin', 6 NAME => 'Nagios::Plugin',
7 VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION 7 VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION
8 PREREQ_PM => { 8 PREREQ_PM => {
9 Class::Struct => 0,
10 Params::Validate => 0.24, 9 Params::Validate => 0.24,
11 Class::Accessor => 0.22, 10 Class::Accessor => 0.22,
12 Test::More => 0.62, 11 Test::More => 0.62,