UTF8-R2-0.27
makes UTF-8 scripting easy for enterprise use
Changes for 0.27 - 2023-03-21T00:00:00Z
- update POD
- created by INABA Hitoshi
DBIx-Class-CryptColumn-0.005
Automatically hash password/passphrase columns
Changes for 0.005 - 2023-03-20T15:53:48+01:00
- Simplify implementation
ExtUtils-H2PM-0.11
automatically generate perl modules to wrap C header files
Changes for 0.11 - 2023-03-20
- CHANGES
mb-0.54
Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ...
Changes for 0.54 - 2023-03-20T00:00:00Z
- fix transpiling Sjis::do { block } --> do { block }
- fix transpiling Sjis::eval { block } --> eval { block }
- fix transpiling Sjis::split --> mb::_split
- update POD
- created by INABA Hitoshi
Crypt-Passphrase-Argon2-0.005
An Argon2 encoder for Crypt::Passphrase
Changes for 0.005 - 2023-03-20T14:32:03+01:00
- Use new argon2_verify function
- Make exceptions skip Crypt::Passphrase
Crypt-Argon2-0.014
Perl interface to the Argon2 key derivation functions
Changes for 0.014 - 2023-03-20T14:24:00+01:00
- Add argon2_verify and argon2_crypt
AnyEvent-MPV-0.2
remote control mpv (mpv.io)
Changes for 0.2
- event key itself is no longer passed in on_event event object.
- the destructor now calls ->stop.
- ">mpv" trace messages now contain the whole command.
- some internal refactoring.
Mail-Exim-ACL-Attachments-1.005
Reject email attachments
Changes for 1.005 - 2023-03-20T12:42:47Z
- Add the file extensions .application, .appref-ms, .bgi and .one
Test-NoTty-0.03
Changes for 0.03 - 2023-03-20
- Fix the usage for setsid (patch from Shoichi Kaji)
- Skip test2.t if Test2::IPC is older than 1.302138
Wireguard-WGmeta-0.3.4
An approach to add metadata to the main Wireguard config
Changes for 0.3.4 - 2023-03-20
- Fixed incorrect handling of #+comment attributes
VolSurface-Utils-1.05
A class that handles several volatility related methods
Changes for 1.05 - 2023-03-20T07:42:17+00:00
- Updated Utils.pm to support forward and premium adjusted
PDL-2.081_03
Perl Data Language
Changes for 2.081_03 - 2023-03-20
- allow OtherPars to set index-size of not-otherwise-used index
- fix nested loop() bug for Pars with e.g. (n,n)
Database-Async-0.018
database interface for use with IO::Async
Changes for 0.018 - 2023-03-20T09:12:55+08:00
- Bugs fixed
Database-Async-Engine-PostgreSQL-1.002
PostgreSQL support for Database::Async
Changes for 1.002 - 2023-03-20T09:08:00+08:00
- New features
- Bugs fixed
Net-Async-Slack-0.012
Slack realtime messaging API support for IO::Async
Changes for 0.012 - 2023-03-20T08:58:57+08:00
- New features
Net-Async-Github-0.011
support for the github.com REST API with IO::Async
Changes for 0.011 - 2023-03-20T08:54:18+08:00
- New features
- Bugs fixed
Net-Async-Redis-XS-0.010
faster version of Net::Async::Redis
Changes for 0.010 - 2023-03-20T08:51:30+08:00
- Bugs fixed
Sah-Schemas-WordList-0.005
Sah schemas related to WordList
Changes for 0.005 - 2023-01-19
- Remove schemas' extras part.
SPVM-Digest-MD5-0.13
SPVM interface to the MD5 Algorithm
Changes for 0.13 - 2023-03-20
- Internal Compatible Changes
SPVM-IO-0.20
File IO, Socket, Select/Polling.
Changes for 0.20 - 2023-03-20
- Internal Compatible Changes
TAP-DOM-0.98
TAP as Document Object Model.
Changes for 0.98 - 2023-03-19
- extend 'noempty_tap' logic to "not empty but no tap lines" (not relevant when 'preprocess_tap' is set)
- distro hygiene
Net-SAML2-0.67
SAML bindings and protocol implementation
Changes for 0.67
- Significant Changes since 0.64
XML-Sig-0.63
A toolkit to help sign and verify XML Digital Signatures.
Changes for 0.63
- Notable Changes since 0.59
Crypt-Passphrase-Bcrypt-0.006
A bcrypt encoder for Crypt::Passphrase
Changes for 0.006 - 2023-03-19T13:48:23+01:00
- Support more prehash types (e.g. sha384 and sha512)
Crypt-Bcrypt-0.011
A modern bcrypt implementation
Changes for 0.011 - 2023-03-19T13:42:13+01:00
- Add bcrypt_supported_prehashes()
- Add support for prehashing with sha384 and sha512
XML-Enc-0.11
A toolkit to help encrypt and decrypt XML Digital Signatures.
Changes for 0.11
- Major change since 0.08
Excel-Writer-XLSX-1.11
Create a new file in the Excel 2007+ XLSX format.
Changes for 1.11 - 2023-03-19
- Added support for simulated worksheet `autofit()`.
- Refactored internal column property handling to allow column ranges to be overridden (a common UX expectation).
- Add `quote_prefix` format property.
- ! Add fix for forward/backward slash issue on Windows perl builds. Possibly introduced by a change in File::Find. Issue #284
- ! Fix for duplicate number formats. Issue #283
- ! Add fix for worksheets with tables and background images.
- ! Replace/fix the worksheet protection password algorithm so that is works correctly for strings over 24 chars.
App-Greple-xlate-0.18
translation support module for greple
Changes for 0.18 - 2023-03-19T11:20:45Z
- introduce -R option
- make debug message concise
HTML-Blitz-0.07
high-performance, selector-based, content-aware HTML template engine
Changes for 0.07 - 2023-03-19
- reduce dependencies by switching to 'feature' (i.e. 'no feature "indirect"') instead of 'indirect' and Test2 instead of Test::More, Test::Builder, Test::Fatal
- extend basic benchmark to cover Mojo::Template, Text::Xslate, HTML::Template, and HTML::Template::Pro
- include benchmark files in the distribution
- add example to documentation for autogenerating script hashes from template files for CSP
- extend test suite to cover more of HTML::Blitz::Builder, rule conflicts, and HTML syntax corner cases
Bencher-Scenario-Sort-BySpec-0.041
Benchmark Sort::BySpec (e.g. against Sort::ByExample, etc)
Changes for 0.041 - 2023-01-17
- Rename module/dist Bencher-Scenario-{SortBySpec,Sort-BySpec}.
SPVM-JSON-0.04
JSON serializing/deserializing
Changes for 0.04 - 2023-03-19
- Internal Compatible Changes
SPVM-Sys-0.45
System Calls for File IO, User, Process, Signal, Socket
Changes for 0.45 - 2022-06-21
- Internal Compatible Changes
Net-SAML2-0.66-TRIAL
SAML bindings and protocol implementation
Changes for 0.66
- 930f4af Increment version for another TRIAL release
- 63db958 v0.65
- 5023eda Update Changes for a TRIAL release
XML-Enc-0.10-TRIAL
A toolkit to help encrypt and decrypt XML Digital Signatures.
Changes for 0.10
- 8cf0944 Increment version for another TRIAL release
- 6be34dc v0.09
- 70c10d4 Update Changes for a TRIAL release
XML-Sig-0.62-TRIAL
A toolkit to help sign and verify XML Digital Signatures.
Changes for 0.62
- b968e0e Increment version for another TRIAL release
- 7c035b2 v0.61
- 3dab98e Increment version and update Changes file (missed 0.60)
SPVM-Time-Local-0.09
Reverse Manipulation of localtime and gmtime Functions.
Changes for 0.09 - 2023-03-19
- Internal Compatible Changes
SPVM-Digest-MD5-0.12
SPVM interface to the MD5 Algorithm
Changes for 0.12 - 2023-03-19
- Internal Compatible Changes
Validate-CodiceFiscale-0.001
Validate an Italian "Codice Fiscale"
Changes for 0.001 - 2023-03-18T21:29:59Z
- Initial release
LaTeX-TOM-1.05_01
A module for parsing, analyzing, and manipulating LaTeX documents.
Changes for 1.05_01 - 2023-03-18
- Minor tweaks.