in reply to Re^2: How to determine absolute path of current Perl file? (Data::Dumper::Lazy)
in thread How to determine absolute path of current Perl file?

> think the module is still under development, am I right?

Well unfortunately I tend to be a perfectionist and overload things with features.

I'm not aware of bugs, AFAIK it's stable.

> But I am not sure it will be compatible with the call syntax for Data::Printer .

Well you'd always need an extra surrounding { BLOCK } , any other argument structure will be returned 1to1 from this block

you could publish something like Data::Printer::Lazy.

> and the output confused me a little bit.

Could you please show me an example of this "confusing output"?

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

update
looked into the (little ;) code and it mentions
# TODO # * ignore pragmas

Now I remember B::Deparse::coderef2text will list active use pragmas in the first lines, these need to be filtered out.