[Nagiosplug-checkins] Nagios-Plugin/lib/Nagios Plugin.pm, 1.13, 1.14
Ton Voon
tonvoon at users.sourceforge.net
Wed Oct 18 13:51:21 CEST 2006
Update of /cvsroot/nagiosplug/Nagios-Plugin/lib/Nagios
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32114/lib/Nagios
Modified Files:
Plugin.pm
Log Message:
0.14 uploaded to CPAN. Version numbers changed and updated Changes file
Index: Plugin.pm
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/lib/Nagios/Plugin.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Plugin.pm 4 Oct 2006 22:02:39 -0000 1.13
+++ Plugin.pm 18 Oct 2006 11:51:19 -0000 1.14
@@ -23,7 +23,8 @@
our @EXPORT = (@STATUS_CODES);
our @EXPORT_OK = qw(%ERRORS);
-our $VERSION = $Nagios::Plugin::Functions::VERSION;
+# Remember to update Nagios::Plugin::Functions as well!
+our $VERSION = "0.14";
sub add_perfdata {
my ($self, %args) = @_;
More information about the Commits
mailing list