Util-H2O-More-0.3.0
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.3.0
- added tr4h2o for keys not appropriate for use as subroutine names/accessors
- added backward compat wrappers, ini2o (ini2h2o) and o2ini (h2o2ini) due to unforseen impacts to users (who knew!?) of taking them away
- added tests, POD
- POD issues if found will usually just be addressed in the next release
Catmandu-PICA-1.10
Catmandu modules for working with PICA+ data
Changes for 1.10 - 2023-02-09T18:43:54Z
- Quick fix to avoid failing test (see #79 for details).
Compress-Stream-Zstd-0.204
Perl interface to the Zstd (Zstandard) (de)compressor
Changes for 0.204 - 2023-02-08
- Disable compress__mt abdad95bc46ff1e4d913afb70a5d0158bf38930a fc14e2ed8c5797af3be71c251916d44c67e44cd9
- ignore .vscode f1a66b51af598855ff15aacc86207fb677b6ff59
- Update to zstd 1.54 d4d6b7e7d503b4916176d27d8b7ee9ace096b0f7
App-psort-0.11
a perl-enhanced sort
Changes for 0.11 - 2023-02-09
- fix --rx option without capture groups
- warn if --rx was used wrongly (i.e. with /.../)
RxPerl-v6.24.0
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.24.0 - 2023-02-09T13:13:54Z
- added op_single
- BUGFIX: fixed op_merge_all($n)
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
SPVM-Sys-0.38
System Calls for File IO, User, Process, Signal, Socket
Changes for 0.38 - 2022-02-09
- Bug Fix
SPVM-Digest-SHA-0.05
SHA-1/224/256/384/512
Changes for 0.05 - 2023-02-09
- Incompatible Changes
- Fixed Build Process Bug
- Meta Information Improvement
- Test Improvement
- Test Bug Fix
Sah-Schemas-JSON-0.007
Various schemas related to JSON
Changes for 0.007 - 2022-11-15
- No functional changes.
- [ux] Add examples to filters, add description to some of the schemas.
- [doc] Cross-mention schemas.
SPVM-Digest-MD5-0.11
SPVM interface to the MD5 Algorithm
Changes for 0.11 - 2023-02-09
- Fixed Build Process Bug
- Meta Information Improvement
- Test Improvement
DBIx-Class-CryptColumn-0.002
Automatically hash password/passphrase columns
Changes for 0.002 - 2023-02-08T22:35:16+01:00
- Correctly pass on Crypt::Passphrase object to InflateColumn::Crypt::Passphrase
- Improve documentation
Dancer-1.3521
lightweight yet powerful web application framework
Changes for 1.3521 - 2023-02-05
- BUG FIXES
RxPerl-v6.23.0
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.23.0 - 2023-02-08T15:57:28Z
- added op_audit, op_debounce, op_sample and op_throttle
- fixed behavior of op_audit_time slightly, according to rxjs
Catmandu-1.2020
a data toolkit
Changes for 1.2020 - 2023-02-08T16:29:37Z
- Reordering documentation focussing on command line functionality
- Adding Catmandu::PerAPI documentation
- Updating Catmandu::Introduction
- Supporting fix on an Catmandu::Iterable (obs nichtich)
Pod-AsciiDoctor-0.101002
Convert from POD to AsciiDoc
Changes for 0.101002 - 2023-02-08
- Further Fix for github.com/shlomif/Pod-AsciiDo… .
App-HTMLUtils-Grep-0.001
Command-line utilities related to grepping HTML files
Changes for 0.001 - 2023-02-08
- First release.
Graph-Geometric-0.1.0
create and work with geometric graphs
Changes for 0.1.0 - 2023-02-08
- Initial release.
URI-Title-1.904
get the titles of things on the web in a sensible way
Changes for 1.904 - 2023-02-08
- Make the image tests more reliable (RT#146263, thanks to Slaven Rezić (SREZIC))
App-Greple-xlate-0.06
translation support module for greple
Changes for 0.06 - 2023-02-08T05:58:20Z
- fix --xlate-format=ifdef bug
Wrapper-GetoptLong-0.01
A wrapper for the Getopt::Long module
Changes for 0.01
- First version, released on an unsuspecting world.
Sereal-Encoder-5.003
Fast, compact, powerful binary serialization
Changes for 5.003
- Production release of 5.002_001 and 5.002_002
- OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh for providing guidance and access to an OpenBSD box to use to debug and fix this.
- Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
- Assorted build fixes related to these updates.
Sereal-Decoder-5.003
Fast, compact, powerful binary deserialization
Changes for 5.003
- Production release of 5.002_001 and 5.002_002
- OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh for providing guidance and access to an OpenBSD box to use to debug and fix this.
- Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
- Assorted build fixes related to these updates.
Sereal-5.003
Fast, compact, powerful binary (de-)serialization
Changes for 5.003
- Production release of 5.002_001 and 5.002_002
- OpenBSD build fixes. Gracious thanks to Andrew Hewus Fresh for providing guidance and access to an OpenBSD box to use to debug and fix this.
- Update Miniz to 3.0.2, Zstd to 1.5.2 and Devel::CheckLib to 1.16
- Assorted build fixes related to these updates.
SPVM-Time-Local-0.08
Reverse Manipulation of localtime and gmtime Functions.
Changes for 0.08 - 2023-02-08
- Prerequirement Changes
SPVM-Sys-0.37
System Calls for File IO, User, Process, Signal, Socket
Changes for 0.37 - 2022-02-08
- Prerequirement Changes
SPVM-MIME-Base64-0.06
Encoding and decoding of base64 strings
Changes for 0.06 - 2023-02-08
- Prerequirement Changes
SPVM-Digest-SHA-0.04
SPVM extension for SHA-1/224/256/384/512
Changes for 0.04 - 2022-02-08
- Prerequirement Changes
SPVM-Digest-MD5-0.10
SPVM interface to the MD5 Algorithm
Changes for 0.10 - 2023-02-08
- Prerequirement Changes