Help for this page
use Test::Utils::Dump; use Test::Dirs; # sets up temporary scratch directories ... my $f = File->new(); $f->path($Test::Dirs::scratch . 'test.txt'); d $f; # d sub is in Test::Utils::Dump
package Test::Utils::Dump; use Term::ANSIColor qw(colored); ... print Dumper($data); print $caller_line; }