[Nagiosplug-checkins] Nagios-Plugin MANIFEST, 1.6, 1.7 Makefile.PL, 1.4, 1.5
Gavin Carr
gonzai at users.sourceforge.net
Tue Sep 26 06:10:38 CEST 2006
Update of /cvsroot/nagiosplug/Nagios-Plugin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11863
Modified Files:
MANIFEST Makefile.PL
Log Message:
Update Nagios::Plugin with NP::Function wrapper methods, and extras.
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.PL 26 Sep 2006 01:10:22 -0000 1.4
+++ Makefile.PL 26 Sep 2006 04:10:36 -0000 1.5
@@ -5,7 +5,10 @@
WriteMakefile(
NAME => 'Nagios::Plugin',
VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION
- PREREQ_PM => {Params::Validate => 0.24}, # e.g., Module::Name => 1.1
+ PREREQ_PM => {
+ Class::Struct => 0,
+ Params::Validate => 0.24,
+ }, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Nagios/Plugin.pm', # retrieve abstract from module
AUTHOR => 'Nagios Plugin Development Team <nagiosplug-devel at lists.sourceforge.net>') : ()),
Index: MANIFEST
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/MANIFEST,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- MANIFEST 26 Sep 2006 01:10:22 -0000 1.6
+++ MANIFEST 26 Sep 2006 04:10:36 -0000 1.7
@@ -4,7 +4,8 @@
README
t/check_stuff.pl
t/check_stuff.t
-t/Nagios-Plugin.t
+t/Nagios-Plugin-01.t
+t/Nagios-Plugin-02.t
t/Nagios-Plugin-Functions-01.t
t/Nagios-Plugin-Functions-02.t
t/Nagios-Plugin-Getopt-01.t
More information about the Commits
mailing list