[Nagiosplug-checkins] Nagios-Plugin MANIFEST, 1.5, 1.6 Makefile.PL, 1.3, 1.4
Gavin Carr
gonzai at users.sourceforge.net
Tue Sep 26 03:10:25 CEST 2006
- Previous message: [Nagiosplug-checkins] Nagios-Plugin/lib/Nagios/Plugin Functions.pm, NONE, 1.1 ExitResult.pm, 1.1, 1.2 Getopt.pm, 1.5, 1.6 Performance.pm, 1.6, 1.7 Range.pm, 1.4, 1.5 Threshold.pm, 1.6, 1.7 Base.pm, 1.4, NONE
- Next message: [Nagiosplug-checkins] Nagios-Plugin MANIFEST, 1.6, 1.7 Makefile.PL, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/Nagios-Plugin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3835
Modified Files:
MANIFEST Makefile.PL
Log Message:
Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.PL 18 Sep 2006 19:31:53 -0000 1.3
+++ Makefile.PL 26 Sep 2006 01:10:22 -0000 1.4
@@ -4,7 +4,7 @@
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Nagios::Plugin',
- VERSION_FROM => 'lib/Nagios/Plugin/Base.pm', # finds $VERSION
+ VERSION_FROM => 'lib/Nagios/Plugin/Functions.pm', # finds $VERSION
PREREQ_PM => {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
Index: MANIFEST
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/MANIFEST,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- MANIFEST 11 Sep 2006 01:57:26 -0000 1.5
+++ MANIFEST 26 Sep 2006 01:10:22 -0000 1.6
@@ -5,7 +5,8 @@
t/check_stuff.pl
t/check_stuff.t
t/Nagios-Plugin.t
-t/Nagios-Plugin-Base.t
+t/Nagios-Plugin-Functions-01.t
+t/Nagios-Plugin-Functions-02.t
t/Nagios-Plugin-Getopt-01.t
t/Nagios-Plugin-Getopt-02.t
t/Nagios-Plugin-Performance.t
@@ -15,7 +16,7 @@
lib/Nagios/Plugin/Performance.pm
lib/Nagios/Plugin/Range.pm
lib/Nagios/Plugin/Threshold.pm
-lib/Nagios/Plugin/Base.pm
+lib/Nagios/Plugin/Functions.pm
lib/Nagios/Plugin/Getopt.pm
lib/Nagios/Plugin/ExitResult.pm
META.yml Module meta-data (added by MakeMaker)
- Previous message: [Nagiosplug-checkins] Nagios-Plugin/lib/Nagios/Plugin Functions.pm, NONE, 1.1 ExitResult.pm, 1.1, 1.2 Getopt.pm, 1.5, 1.6 Performance.pm, 1.6, 1.7 Range.pm, 1.4, 1.5 Threshold.pm, 1.6, 1.7 Base.pm, 1.4, NONE
- Next message: [Nagiosplug-checkins] Nagios-Plugin MANIFEST, 1.6, 1.7 Makefile.PL, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list