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.
>