forked from pool/perl-Data-Printer
Accepting request 1046338 from devel:languages:perl:autoupdate
- updated to 1.001000 see /usr/share/doc/packages/perl-Data-Printer/Changes 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. OBS-URL: https://build.opensuse.org/request/show/1046338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Printer?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 23 03:07:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.001000
|
||||
see /usr/share/doc/packages/perl-Data-Printer/Changes
|
||||
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 4 03:06:19 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user