Skip Menu |

This queue is for tickets about the RRDTool-OO CPAN distribution.

Report information
The Basics
Id: 7897
Status: resolved
Priority: 0/
Queue: RRDTool-OO

People
Owner: Nobody in particular
Requestors: me [...] thomasnagel.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.08
Fixed in: (no value)



Subject: raise_error constructor argument does not work
Hi, documentation indicates that my $rrd = RRDTool::OO->new( file => "file.rdd", raise_error => 0, ); should work. Unfortunately it does not ;-) (Illegal parameter 'raise_error' in new() at ...) If I understand the source correctly 'raise_error' must be part of the optional parameters of 'new' and set inside the constructor. Bye Thomas
Fixed in 0.09. Thanks! -- Mike