Skip Menu |

This queue is for tickets about the Nagios-Object CPAN distribution.

Report information
The Basics
Id: 42750
Status: resolved
Priority: 0/
Queue: Nagios-Object

People
Owner: duncan_j_ferguson [...] yahoo.co.uk
Requestors: RyanRyan52 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.21.1



there's code likes this: our $VERSION = sprintf('%06d', '$Rev$' =~ /(\d+)/o); in StatusLog.pm that is causing errors like these: Use of uninitialized value in sprintf at lib/Nagios/StatusLog.pm line 687. Use of uninitialized value in sprintf at lib/Nagios/StatusLog.pm line 723. Use of uninitialized value in sprintf at lib/Nagios/StatusLog.pm line 753. Use of uninitialized value in sprintf at lib/Nagios/StatusLog.pm line 756. looks like you missed them while replacing stuff. here's a patch to fix it.
On Sat Jan 24 02:04:38 2009, Ryan52 wrote: Show quoted text
> looks like you missed them while replacing stuff. > here's a patch to fix it.
The patch doesn't appear to be attached - can you please reattach to this ticket? I'll have a look through the code anyhow to see if I can fix. Thanks Duncs
Nagios::Object 0.21.2 uploaded