Skip Menu |

This queue is for tickets about the Text-CSV_PP-Simple CPAN distribution.

Report information
The Basics
Id: 32752
Status: new
Priority: 0/
Queue: Text-CSV_PP-Simple

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

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



Subject: debug code
When calling read_file, the parsed structure is printes to STDOUT. I see this in the source: ... use Data::Dumper; print Dumper $cells; ... Might be some debug code left in?