Skip Menu |

This queue is for tickets about the Pretty CPAN distribution.

Report information
The Basics
Id: 42470
Status: new
Priority: 0/
Queue: Pretty

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

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



Subject: running output on a table strips out "ss" out of my column data
When I want to build a table that has messages in it, like "This is a message", when i run output on the table the column shows data that looks like "This is a me age". I believe this is the offending line of code inside of the output method. $dr->[$i] =~ s/s{2,}/ /g;