for instance
user>TRACK_DATAPRINTER=1 prove my_test.t
with the line
use Data::Printer;
my $test= 'x';
p $test, as => 'a test object';
could render as
a test object (@/home/user/my_test.t:3)
"x"
I spend way too much time hunting after useless ps I don't need anymore.
for instance
user>TRACK_DATAPRINTER=1 prove my_test.twith the line
could render as
I spend way too much time hunting after useless
ps I don't need anymore.