in reply to Re^4: Using Data::Printer from the Perl debugger
in thread Using Data::Printer from the Perl debugger

I found this issue and have been trying to adopt DB::Pluggable for a couple of years now. The version on CPAN is not the same as the one in github. I have a version that fixes the issue.

https://github.com/kcaran/DB-Pluggable

  • Comment on Re^5: Using Data::Printer from the Perl debugger

Replies are listed 'Best First'.
Re^6: Using Data::Printer from the Perl debugger
by ibm1620 (Hermit) on Mar 08, 2023 at 00:31 UTC
    I've downloaded your version and confirmed that it fixes my problem. :) Thanks!