Skip Menu |

This queue is for tickets about the Data-Walk CPAN distribution.

Report information
The Basics
Id: 73062
Status: resolved
Priority: 0/
Queue: Data-Walk

People
Owner: GUIDO [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc: srezic [...] iconmobile.com
AdminCc:

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



Subject: Redundant conditional in Data/Walk.pm
The source code of Data::Walk contains these two lines (lines 112 and 113): if ($data_type eq 'HASH' || $data_type eq 'ARRAY') { if (('ARRAY' eq $data_type || 'HASH' eq $data_type)) { It seems to me that the 2nd line is redundant and may be removed. Regards, Slaven
fixed in git