[Nagiosplug-checkins] Nagios-Plugin/lib/Nagios Plugin.pm,1.4,1.5
Ton Voon
tonvoon at users.sourceforge.net
Thu Aug 31 10:19:03 CEST 2006
- Previous message: [Nagiosplug-checkins] Nagios-Plugin Changes, 1.7, 1.8 META.yml, 1.1, 1.2 Makefile.PL, 1.1.1.1, 1.2
- Next message: [Nagiosplug-checkins] Nagios-Plugin/lib/Nagios/Plugin Base.pm, 1.2, 1.3 Getopt.pm, 1.1, 1.2 Performance.pm, 1.4, 1.5 Range.pm, 1.3, 1.4 Threshold.pm, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/nagiosplug/Nagios-Plugin/lib/Nagios
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv19018/lib/Nagios
Modified Files:
Plugin.pm
Log Message:
Consistent version numbers across all modules. Inherited from Nagios::Plugin::Base
Index: Plugin.pm
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/lib/Nagios/Plugin.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Plugin.pm 4 Aug 2006 20:22:31 -0000 1.4
+++ Plugin.pm 31 Aug 2006 08:19:01 -0000 1.5
@@ -23,7 +23,7 @@
our @ISA = qw(Exporter Nagios::__::Plugin);
our @EXPORT_OK = qw(%ERRORS);
-our $VERSION = '0.13';
+our $VERSION = $Nagios::Plugin::Base::VERSION;
sub add_perfdata {
my ($self, %args) = @_;
- Previous message: [Nagiosplug-checkins] Nagios-Plugin Changes, 1.7, 1.8 META.yml, 1.1, 1.2 Makefile.PL, 1.1.1.1, 1.2
- Next message: [Nagiosplug-checkins] Nagios-Plugin/lib/Nagios/Plugin Base.pm, 1.2, 1.3 Getopt.pm, 1.1, 1.2 Performance.pm, 1.4, 1.5 Range.pm, 1.3, 1.4 Threshold.pm, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list