Future-AsyncAwait-Hooks-0.01
scoped hook blocks that run extra code around await expressions
Changes for 0.01 - 2023-02-12
- First version, released on an unsuspecting world.
Future-AsyncAwait-0.63
deferred subroutine syntax for futures
Changes for 0.63 - 2023-02-12
- CHANGES
- BUGFIXES
Sah-Schemas-Array-0.003
Sah schemas related to array type
Changes for 0.003 - 2023-02-03
- Fix order of check.
Sah-Schemas-Array-0.002
Sah schemas related to array type
Changes for 0.002 - 2023-02-03
- Add schema: array::int::contiguous.
Sah-Schemas-Array-0.001
Sah schemas related to array type
Changes for 0.001 - 2023-02-03
- First release.
Bencher-Scenario-Regexp-IPv4-0.003
Benchmark Regexp::IPv4
Changes for 0.003 - 2023-01-17
- Rename module/dist Bencher-Scenario-Regexp{,-}IPv4.
OpenAPI-Modern-0.039
Validate HTTP requests and responses against an OpenAPI document
Changes for 0.039 - 2023-02-11T23:23:17Z
- BREAKING CHANGE: find_path() now takes one argument, not two; the $request object is now passed with the $options hash.
- the $options hash populated by find_path(), validate_request() and validate_response() now includes the request object, when available
Mark Gardner reshared this.
Graph-0.9726
graph data structures and algorithms
Changes for 0.9726 - 2023-02-11
- fix subgraph of undirected (#28) - thanks @merkys for report
HTML-Mason-1.60
High-performance, dynamic web site authoring system
Changes for 1.60 - 2023-02-11
- Fixed a test failure with Perl blead (5.37.x). Reported by Jim Keenan and diagnosed by Yves Orton. GH #33.
Manipulator-0.01
manipulate data structs via codeblocks
Changes for 0.01
- First version, released on an unsuspecting world.
Data-Resolver-0.002
resolve keys to data
Changes for 0.002 - 2023-02-11T14:24:03Z
- Release after 66 PASSes on CPAN Testers (thanks!)
App-ModuleBuildTiny-0.034
A standalone authoring tool for Module::Build::Tiny
Changes for 0.034 - 2023-02-11T13:13:03Z
- Allow putting metadata in .pod instead of .pm
WWW-Mechanize-2.16
Handy web browsing in a Perl object
Changes for 2.16 - 2023-02-11T12:09:16Z
- FIXED
- ENHANCEMENTS
- DOCUMENTATION
- TESTS
HTML-Form-6.11
Class that represents an HTML form element
Changes for 6.11 - 2023-02-11T11:49:19Z
- Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn)
- Split extra packages inside HTML::Form into their own module files and consolidate documentation (GH#43) (Julien Fiegehenn)
- Added test to check unrecognized options to parse(). (GH#46) (Mohammad S Anwar)
App-Greple-xlate-0.07
translation support module for greple
Changes for 0.07 - 2023-02-11T07:13:01Z
- update --xlate-fold optin to perform translation by itself
Error-Show-v0.2.0
Show context around syntax errors and exceptions
Changes for v0.2.0
- new features
- fixes
- pod
TableDataBundle-Test-0.001
Collection of more TableData::Test::* modules for testing
Changes for 0.001 - 2023-02-10
- First release.
App-BPOMUtils-RPO-Checker-0.005
Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM
Changes for 0.005 - 2023-02-11
- [incompatible change] Rename bpom-repo-check-{,files-}label-design.
- Add utility: bpom-rpo-check-files.
- Add check: multiple dots & symbols in filename.
App-BPOMUtils-RPO-Checker-0.004
Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM
Changes for 0.004 - 2023-01-27
- Check file size.
App-BPOMUtils-RPO-Checker-0.003
Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM
Changes for 0.003 - 2023-01-27
- [ux][cli bpom-rpo-check-label-design] By default set log level to 'info'.
App-BPOMUtils-RPO-Checker-0.002
Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM
Changes for 0.002 - 2023-01-20
- Tweak Rinci metadata.
App-BPOMUtils-RPO-Checker-0.001
Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM
Changes for 0.001 - 2023-01-20
- First release.
Mockery-0.01
Mock objects for testing purposes
Changes for 0.01
- First version, released on an unsuspecting world.
App-TextWrapUtils-0.002
Utilities related to text wrapping
Changes for 0.002 - 2022-12-13
- [incompatible change] [cli textwrap] Change default backend from Text::Wrap to Text::ANSI::Util because Text::Wrap does not remove initial indent.
HTML-Blitz-0.05
high-performance, selector-based, content-aware HTML template engine
Changes for 0.05 - 2023-02-11
- fatalize 'uninitialized' warnings; i.e. templates will now die() if they encounter undefined variables
- treat basefont, bgsound, frame, keygen as void elements; i.e. they cannot have content or close tags
- special-case the contents of script, style, and title elements; they cannot have child elements and (in the case of style and script) they don't support HTML entities to escape text contents
Insight-Scriptures-0.01
The great new Insight::Scriptures!
Changes for 0.01
- First version, released on an unsuspecting world.
Plack-App-Tags-HTML-0.11
Plack application for running Tags::HTML objects.
Changes for 0.11 - 2023-02-10T23:06:45+01:00
- Fix doc and regen examples.
- Update copyright years.
- Update to new Plack::Component::Tags::HTML@0.12.
Plack-Component-Tags-HTML-0.12
Plack component for Tags with HTML output.
Changes for 0.12 - 2023-02-10T23:04:51+01:00
- Fix CSS processing from Tags::HTML::Page::Begin.
Crypt-Passphrase-Argon2-0.004
An Argon2 encoder for Crypt::Passphrase
Changes for 0.004 - 2023-02-10T23:04:34+01:00
- Add profile argument to constructor
Plack-Component-Tags-HTML-0.11
Plack component for Tags with HTML output.
Changes for 0.11 - 2023-02-10T22:48:37+01:00
- Rewrite to new Tags::HTML::Page::Begin@0.16.
Plack-App-Login-0.07
Plack login application.
Changes for 0.07 - 2023-02-10T22:24:02+01:00
- Rewrite to new Tags::HTML::Page::Begin@0.16 with css init section.
- Update copyright years.
Chrome-Policy-0.230410
Chrome Policy class
Changes for 0.230410 - 2023-02-11T01:22:00+04:00
- Add CONTRIBUTING file
- Document the set_strict_policy method
Dist-Zilla-PluginBundle-RWP-0.230410
Add [@RWP] plugin bundle into dist.ini
Changes for 0.230410 - 2023-02-11T01:16:27+04:00
- Add a new GenerateFile plugin
- Compile adding plugins into a single add_plugins call
Tags-HTML-Page-Begin-0.16
Tags helper for HTML page begin.
Changes for 0.16 - 2023-02-10T22:13:53+01:00
- Add processing of CSS by Tags::HTML::_process_css().
- Change of API in case of 'tags' parameter, could be undef (not much important), from Tags::HTML.
- Mention css_init parameter in doc.
- Rewrite to use of Tags::HTML.
Tags-HTML-Stars-0.05
Tags helper for stars evaluation.
Changes for 0.05 - 2023-02-10T21:55:25+01:00
- Add tests with public_image_dir.
- Improve doc in EXAMPLE2 section in doc.
- Rename examples in examples/ directory to better names.
- Update copyright years.
LaTeX-TOM-1.05
A module for parsing, analyzing, and manipulating LaTeX documents.
Changes for 1.05 - 2023-02-10
- Drop generating compat Makefile.PL.
Story-Interact-WWW-0.001002
mojolicious app to read interactive stories
Changes for 0.001002 - 2023-02-10
OPCUA-Open62541-2.00
Perl XS wrapper for open62541 OPC UA library
Changes for 2.00 - 2023-02-10
- Use methods ServerConfig::setDefaultWithSecurityPolicies() and ClientConfig::setDefaultEncryption() to activate encryption and optionally verfication on both sides respectively.
- Module OPCUA::Open62541::Test::CA is used to create private key, certificate, CA and CRL for testing OPC UA encryption.
- Implement methods to get and set client and server description in open62541 config.
- Generate OPC UA constants in Perl from open62541 version 1.3.4 with full namespace 0.
- Remove support for open62541 1.0 and 1.1 API. 1.2 branch did not work properly with OPCUA::Open62541 anyway. Minimum required version of the open62541 library is 1.3 now. open62541 master branch has issues. OPCUA::Open62541 tests currently run and pass with open62541 version 1.3.4.
- A lot of backwards compatibility code in implementations and tests has been removed.
- The 1.0 API compatibility of the client getState() method has been removed. It has to be called in list context now to retrieve channel state, session state, and connect status. Trying to retrieve the client state in scalar context will result in a Perl die. A client state does not exist anymore.
- Implement basic encryption for client and server. Certificates are not validated yet.
- Improve behavior of client config setUsernamePassword() method.
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