Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 68587
Status: resolved
Priority: 0/
Queue: Data-Printer

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

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



Subject: colored => 0 doesn't work
I wante to disable colored output but failed : I tried use Data::Printer colored => 0; I also tried p($s, colored => 0); Both returns colored output. Am I missing something ? thanks
On Wed Jun 01 04:20:44 2011, DAMS wrote: Show quoted text
> I wante to disable colored output but failed : > > I tried use Data::Printer colored => 0; > I also tried p($s, colored => 0); > > Both returns colored output. Am I missing something ? > > thanks
Odd, that's the right way to do it, and it works here. This option was added in 0.14 (current version is 0.16). Could you please tell me your Data::Printer version and your "perl -v" output? Thanks!
Ah, Sorry, I was testing against version 0.13. I'll retest with 0.16 and close this bug if it's invalid thanks
On Wed Jun 01 12:53:54 2011, DAMS wrote: Show quoted text
> Ah, > > Sorry, I was testing against version 0.13. > > I'll retest with 0.16 and close this bug if it's invalid > > thanks
Perfect. Did you get a chance to test already? Can I close the ticket? Thanks!
This bug was invalid, I was testing an old version...