Subject: CVS commit: pkgsrc/devel/p5-Data-Printer
From: Makoto Fujiwara
Date: 2023-12-16 11:23:47
Message id: 20231216102347.31AC3FA42@cvs.NetBSD.org

Log Message:
(p5-Data-Printer) Updated 1.000004 to 1.001001

1.1.1   2023-07-30
    BUG FIXES:
        - explicitly mentions that native perl classes (perl 5.38) do not
           have internals.
        - 'quiet' now returns the data properly when return_value is 'pass'.
        - cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
        - fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
          Leon Timmermans for providing a patch)
        - doc fixes and improvements (Matthias Muth, Elvin Aslanov)

1.1.0   2022-12-22
    NEW FEATURES:
        - new option 'coderef_stub' letting you customize what to show on
          non-deparsed coderefs (default: 'sub { ... }')
        - new option 'coderef_undefined' that checks if a given coderef points
          to an existing reference at the time of inspection. Defaults to
          '<undefined coderef>'. Set to 0 to disable this check.
        - basic Object::Pad support.
        - new option class.show_wrapped to expose methods modified with before,
          after, around (Moose only for now)
        - new option 'quiet' to avoid traversal and silence all output
          from p() and np().
        - new option 'live_update' to reload .dataprinter whenever
          you make changes to it, applying them without needing to
          restart your code.
    BUG FIXES:
        - properly shows inherited Moo(se) attributes.
        - fix $@ clobbering when checking available modules.
        - class.sort_methods also sorts attributes and roles.
        - improved color reset.
        - $DDP::VERSION is now hardcoded to avoid issues with PAUSE.

Files:
RevisionActionfile
1.21modifypkgsrc/devel/p5-Data-Printer/Makefile
1.11modifypkgsrc/devel/p5-Data-Printer/distinfo