Plack-App-Tags-HTML-0.10
Plack application for running Tags::HTML objects.
Changes for 0.10 - 2023-02-09T11:58:28+01:00
- Add test for 'data_init' accessor.
- Add test for running with init() method without 'data_init' accessor.
- Fix running with init() method without 'data_init' accessor.
- Update to new Plack::Component::Tags::HTML.
Template-Plugin-DataPrinter-0.017
Template Toolkit dumper plugin using Data::Printer
Changes for 0.017 - 2023-02-09T17:41:40Z
- Require HTML::FromANSI::Tiny >= 0.104
Util-H2O-More-0.2.9
provides baptise, a drop-in replacement for bless; like if bless created accessors for you. This module also provides additional methods built using h2o or o2h from Util::H2O that allow for the incremental addition of OOP into existing or small scale Perl code without having to fully commit to a Perl OOP framework or compromise one's personal Perl style.
Changes for 0.2.9
- added 2 wrappers around Data::Dumper::Dumper to help with lazy debugging of data structures;
- ddd LIST - iterates over the LIST, applying Data::Dumper::Dumper to each item
- dddie LIST - same as ddd, but die's at the end of the LIST
- POD updated to reflect these helpers
- manually tested, no unit tests added for this