Skip to content

Add an option to show where DP was invoked #186

Description

@janlimpens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions