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: 102938
Status: resolved
Priority: 0/
Queue: Data-Printer

People
Owner: Nobody in particular
Requestors: rich [...] rk-internet.com
Cc:
AdminCc:

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



Subject: Color not properly handled for subs
Date: Sat, 21 Mar 2015 16:43:42 -0600
To: bug-Data-Printer [...] rt.cpan.org
From: Richard Kelsch <rich [...] rk-internet.com>
When dumping subs, the color isn't "shut off" until after the opening bracket: sub { # some code } the "sub {" in its entirety is colored, instead of just "sub", which looks better. Why? The closing bracket is not colored.
Hi Richard! Thank you for using Data::Printer and for taking the time to file this issue - I really appreciate it. Also, apologies for not replying sooner - I forgot to check RT after I moved the issue tracker to Github. I was not able to reproduce your issue with printing subs. The entire sub should have had the same color. Are you still able to reproduce this with the latest version of Data::Printer? I'm marking this as resolved, but please feel free to reopen if you still bump into this. Cheers! And thanks again. garu On Sat Mar 21 18:43:51 2015, rich@rk-internet.com wrote: Show quoted text
> When dumping subs, the color isn't "shut off" until after the opening > bracket: > > sub { > # some code > } > > the "sub {" in its entirety is colored, instead of just "sub", which > looks better. Why? The closing bracket is not colored. >