[Nagiosplug-checkins] Nagios-Plugin/lib/Nagios Plugin.pm, 1.20, 1.21
Gavin Carr
gonzai at users.sourceforge.net
Fri Mar 23 06:28:35 CET 2007
Update of /cvsroot/nagiosplug/Nagios-Plugin/lib/Nagios
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9769/lib/Nagios
Modified Files:
Plugin.pm
Log Message:
Bump to version 0.17 to workaround cpan indexing stupidity.
Index: Plugin.pm
===================================================================
RCS file: /cvsroot/nagiosplug/Nagios-Plugin/lib/Nagios/Plugin.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Plugin.pm 16 Mar 2007 11:25:15 -0000 1.20
+++ Plugin.pm 23 Mar 2007 05:28:33 -0000 1.21
@@ -22,7 +22,10 @@
our @EXPORT = (@STATUS_CODES);
our @EXPORT_OK = qw(%ERRORS);
-our $VERSION = $Nagios::Plugin::Functions::VERSION;
+# CPAN stupidly won't index this module without a literal $VERSION here,
+# so we're forced to duplicate it explicitly
+our $VERSION = 0.17;
+# our $VERSION = $Nagios::Plugin::Functions::VERSION;
sub new {
my $class = shift;
More information about the Commits
mailing list