[Nagiosplug-checkins] Nagios-Plugin MANIFEST, 1.9, 1.10 META.yml, 1.5, 1.6 Makefile.PL, 1.10, 1.11
Gavin Carr
gonzai at users.sourceforge.net
Thu Feb 8 06:16:17 CET 2007
Update of /cvsroot/nagiosplug/Nagios-Plugin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13151
Modified Files:
MANIFEST META.yml Makefile.PL
Log Message:
Add initial --default-opts implementation to Nagios::Plugin::Getopt.
Index: META.yml
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/META.yml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- META.yml 18 Dec 2006 23:42:27 -0000 1.5
+++ META.yml 8 Feb 2007 05:16:15 -0000 1.6
@@ -6,9 +6,13 @@
installdirs: site
requires:
Carp: 0
- Class::Accessor: 0.22
- Params::Validate: 0.24
+ Class::Accessor: 0
+ Params::Validate: 0
Test::More: 0.62
+ Config::Tiny: 0
+ File::Spec: 0
+ File::Basename:
+ IO::File:
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.17
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.PL 19 Jan 2007 02:57:36 -0000 1.10
+++ Makefile.PL 8 Feb 2007 05:16:15 -0000 1.11
@@ -6,11 +6,15 @@
NAME => 'Nagios::Plugin',
VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION
PREREQ_PM => {
- Params::Validate => 0.24,
- Class::Accessor => 0.22,
+ Params::Validate => 0,
+ Class::Accessor => 0,
Test::More => 0.62,
Carp => 0,
Test::Exception => 0,
+ Config::Tiny => 0,
+ File::Spec => 0,
+ File::Basename => 0,
+ IO::File => 0,
}, # 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
Index: MANIFEST
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/MANIFEST,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- MANIFEST 10 Nov 2006 01:26:16 -0000 1.9
+++ MANIFEST 8 Feb 2007 05:16:15 -0000 1.10
@@ -12,9 +12,33 @@
t/Nagios-Plugin-Functions-02.t
t/Nagios-Plugin-Getopt-01.t
t/Nagios-Plugin-Getopt-02.t
+t/Nagios-Plugin-Getopt-03.t
t/Nagios-Plugin-Performance.t
t/Nagios-Plugin-Range.t
t/Nagios-Plugin-Threshold.t
+t/npg03/
+t/npg03/README
+t/npg03/expected/
+t/npg03/expected/00_basic
+t/npg03/expected/01_override1
+t/npg03/expected/02_override2
+t/npg03/expected/05_singlechar1
+t/npg03/expected/06_singlechar2
+t/npg03/expected/07_singlechar3
+t/npg03/expected/09_funnystuff
+t/npg03/expected/12_nosection_implicit
+t/npg03/input/
+t/npg03/input/00_basic
+t/npg03/input/01_override1
+t/npg03/input/02_override2
+t/npg03/input/05_singlechar1
+t/npg03/input/06_singlechar2
+t/npg03/input/07_singlechar3
+t/npg03/input/09_funnystuff
+t/npg03/input/12_nosection_implicit
+t/npg03/input/13_nosection_explicit_dies
+t/npg03/input/14_badsection_dies
+t/npg03/plugins.cfg
lib/Nagios/Plugin.pm
lib/Nagios/Plugin/Performance.pm
lib/Nagios/Plugin/Range.pm
More information about the Commits
mailing list