Skip Menu |

This queue is for tickets about the RRD-Tweak CPAN distribution.

Report information
The Basics
Id: 122901
Status: new
Priority: 0/
Queue: RRD-Tweak

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: NaN vs. nan
t/10-create_rrd.t fails because comparison of NaN values fails, maybe only for newer perls: ... # Failed test 'Compare($rrd1_info, $rrd2_info)' # at t/10-create_rrd.t line 71. # $VAR1 = { ... # 'ds' => [ # { # 'max' => 'nan', # 'heartbeat' => 600, # 'name' => 'InOctets', # 'min' => 'nan', # 'type' => 'COUNTER' # }, ... # $VAR1 = { ... # 'ds' => [ # { # 'name' => 'InOctets', # 'max' => 'NaN', # 'heartbeat' => 600, # 'min' => 'NaN', # 'type' => 'COUNTER' # }, ...