BFD
view release on metacpan or search on metacpan
: ref $_ ? dump_ref $_
: $_,
@_;
1 while chomp $msg;
return $msg;
}
sub d {
warn format_msg( (caller)[1,2], @_ );
}
sub d_to {
my $fh = shift;
print $fh format_msg( (caller)[1,2], @_ );
}
sub d_to_string {
format_msg( (caller)[1,2], @_ );
}
=head1 LIMITATIONS
Uses Data::Dumper, which has varying degrees of stability and usefulness
on different versions of perl.
=head1 AUTHOR
( run in 1.252 second using v1.01-cache-2.11-cpan-1e74a51a04c )