Crypt-Bcrypt-0.009
A modern bcrypt implementation
Changes for 0.009 - 2023-02-10T16:07:45+01:00
- Stricten up bcrypt_needs_rehash
- Improve documentation
Crypt-Argon2-0.013
Perl interface to the Argon2 key derivation functions
Changes for 0.013 - 2023-02-10T16:07:16+01:00
- Stricten up argon2_needs_rehash
Net-Async-Redis-XS-0.009
faster version of Net::Async::Redis
Changes for 0.009 - 2023-02-10T18:11:54+08:00
- Dependencies
RxPerl-v6.26.0
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.26.0 - 2023-02-10T09:12:01Z
- added op_timeout
- fixed example in documentation of op_skip_last
SPVM-File-Basename-0.02
Parsing File Path into Directory and Base Name.
Changes for 0.02 - 2023-02-10
- Incompatible Changes
Data-Resolver-0.001002-TRIAL
resolve keys to data
Changes for 0.001002 - 2023-02-10T07:35:07Z
- Close temporary filehandle from File::Temp (avoids suffering from buffering)
- Make sure to test print and close in file saving
SPVM-FindBin-0.03
Locate Directory of Original Program
Changes for 0.03 - 2023-02-10
- Prerequirement Changes
App-td-0.110
Manipulate table data
Changes for 0.110 - 2023-02-10
- No functional changes.
- [build] Fix build, derp.
App-HTMLUtils-Grep-0.002
Command-line utilities related to grepping HTML files
Changes for 0.002 - 2023-02-10
- [dist][bugfix] Remove extraneous script.
App-td-0.109
Manipulate table data
Changes for 0.109 - 2023-02-10
- No functional changes.
- [doc] In description, describe which scripts/modules accept and expect table data.
App-td-0.108
Manipulate table data
Changes for 0.108 - 2023-01-27
- No functional changes.
- [doc] Update examples in description (-e is now -E).
TableData-0.2.2
Specification for TableData::*, modules that contains table data
Changes for 0.2.2 - 2022-11-29
- No spec changes.
- Mention subnamespaces TableData::Lingua::Dict::* and make TableData::Lingua::Word::* as a subnamespace entry. Mention related namespace: Data::TableData:*.
SPVM-File-Spec-0.03
Portably Perform Operations on File Names
Changes for 0.03 - 2023-02-10
- Incompatible Changes
SPVM-FindBin-0.02
Locate Directory of Original Program
Changes for 0.02 - 2023-02-10
- Prerequirement Changes
dbMan-0.47
Database management tool/front-end (SQL console)
Changes for 0.47
- extension SQLOutputMarkdown
RxPerl-v6.25.0
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.25.0 - 2023-02-09T21:09:18Z
- added op_delay_when, op_distinct, op_skip_last, op_time_interval, and op_timestamp
Plack-App-ServiceStatus-0.910
Check and report status of various services needed by your app
Changes for 0.910 - 2023-02-09T21:41:03+01:00
- add started_at_iso8601 human readable timestamp (Thomas Klausner)
Plack-App-ServiceStatus-0.909
Check and report status of various services needed by your app
Changes for 0.909 - 2023-02-09T21:12:45+01:00
- add script to generate buildinfo (Thomas Klausner)
- display buildinfo from a json file (Thomas Klausner)
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