Mon Jan 28 19:37:12 2008FAGZAL [...] cpan.org - Ticket created
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?