Skip to main content




Crypt-Passphrase-HSM-0.004


A hasher using hardware for Crypt:😛assphrase

Changes for 0.004 - 2023-05-03T19:10:10Z
  • Adapt to Crypt::HSM 0.010
  • Adapt to having pepper-hash in identifier
  • Fail more graciously on non well-formed hash

https://metacpan.org/dist/Crypt-Passphrase-HSM


Crypt-Passphrase-0.016


A module for managing passwords in a cryptographically agile manner

Changes for 0.016 - 2023-05-03T19:19:41+02:00
  • Make pepper algorithm part of crypt identifiers
  • Better encode salts in System encoder

https://metacpan.org/dist/Crypt-Passphrase



Devel-Cover-1.40


Code coverage metrics for Perl

Changes for 1.40
  • Note usage with dzil (Steve Rogerson) (GH-319)
  • Fix html_basic report (jkahrman) (GH-318)
  • Use CPAN::Meta (Slaven Rezić) (GH-314)
  • Make non-interactive output less noisy (jkahrman) (GH-312)
  • Avoid infinite recursion in Type::Tiny and other places (Ed J) (GH-307)
  • Add ignore_covered_err option (Tina Müller) (GH-323)
  • Handle empty hashes and arrays on condition RHS in 5.37.6 and later

https://metacpan.org/dist/Devel-Cover



URI-5.19


Uniform Resource Identifiers (absolute and relative)

Changes for 5.19 - 2023-04-30T16:15:58Z
  • Form parameters without values are now represented by undef (GH#65) (Gianni Ceccarelli)

https://metacpan.org/dist/URI


Term-TablePrint-0.160


Print a table to the terminal and browse it interactively.

Changes for 0.160 - 2023-04-30
  • binary_filter: use unmodified string.

https://metacpan.org/dist/Term-TablePrint


Dist-Zilla-Plugin-Conflicts-0.20


Declare conflicts for your distro

Changes for 0.20 - 2023-04-30
  • Add some minimal pod to the generated conflicts module. This includes a comment to disable Pod coverage testing if you're using Pod::Coverage::TrustPod. Based on suggestion from greencoloured in GH #9.

https://metacpan.org/dist/Dist-Zilla-Plugin-Conflicts
#9



Test-Smoke-1.79_10


The Perl core test smoke suite

Changes for 1.79_10 - 2023-04-30T13:30:06+02:00
  • (Abe Timmerman, Sun, 30 Apr 2023 13:30:06 +0200) Autocommit for distribution Test::Smoke 1.79_10 (test)

https://metacpan.org/dist/Test-Smoke



Dist-Zilla-Plugin-PromptIfStale-0.058


Check at build/release time if modules are out of date

Changes for 0.058 - 2023-04-30T10:00:42Z
  • add special handling for DynaLoader, which is no longer indexed

https://metacpan.org/dist/Dist-Zilla-Plugin-PromptIfStale






CryptX-0.078


Cryptographic toolkit

Changes for 0.078 - 2023-04-28
  • fix #89 Crypt::Mac::HMAC b64mac and b64umac object methods do not work

https://metacpan.org/dist/CryptX
#89






Test2-Suite-0.000152


Distribution with a rich set of tools built upon the Test2 framework.

Changes for 0.000152 - 2023-04-27T02:52:44-07:00
  • Inline Importer.pm for core support

https://metacpan.org/dist/Test2-Suite


Test2-Suite-0.000151


Distribution with a rich set of tools built upon the Test2 framework.

Changes for 0.000151 - 2023-04-27T02:35:37-07:00
  • The following are all in hopes of getting Test2:Suite into core.
  • Make Module:😛luggable optional
  • Inline Scope::Guard
  • Inline Sub::Info
  • Do not recommend Sub::Name

https://metacpan.org/dist/Test2-Suite



YAML-PP-0.035_001


YAML 1.2 Processor

Changes for 0.035_001 - 2023-04-27T00:34:42+02:00
  • Add option to turn of dumping coderefs
  • ci updates

https://metacpan.org/dist/YAML-PP




Venus-2.50


OO Library for Perl 5

Changes for 2.50 - 2022-04-25
  • [feature] Implement Venus#work
  • [feature] Implement Venus#{check,assert}
  • [feature] Implement Venus#unpack
  • [feature] Implement Venus#venus
  • [feature] Implement Venus:😛rocess#alarm
  • [feature] Export {json,yaml,perl} utility functions
  • [feature] Implement "watching" in Venus:😛rocess
  • [update] Fix Venus::Random#range documentation
  • [update] Support multiline type expressions
  • [update] Fix Venus::Test subtest descriptions

https://metacpan.org/dist/Venus




Date-Holidays-GB-0.023


Determine British holidays - Current UK public and bank holiday dates up to 2023

Changes for 0.023 - 2023-04-25T10:45:47Z
  • Maintenance

https://metacpan.org/dist/Date-Holidays-GB





JSON-SIMD-1.05


JSON serialising/deserialising, done correctly and faster

Changes for 1.05
  • fix build issue with "invalid register for .seh_savexmm" (prev fix caused other problems, was reverted)
  • add ppport.h
  • add core_bools and encode_core_bools methods to support builtin::true and false on perl >= 5.36 core_bools also works towards compatibility with JSON:🤐S, and with both of these options it is possible to have correct, full round-trip encode/decode between Perl and JSON booleans.

https://metacpan.org/dist/JSON-SIMD



JSON-Schema-Tiny-0.021


Validate data against a schema, minimally

Changes for 0.021 - 2023-04-22T17:25:12Z
  • fix bad handling of empty patterns in "pattern", "patternProperties" keywords
  • use bignum calculations for any non-integer in "multipleOf", to better handle overflows on older architectures

https://metacpan.org/dist/JSON-Schema-Tiny



Playwright-1.324


Perl client for Playwright

Changes for 1.324 - 2023-04-18
  • Ensure all PW methods returning Locator objects are correctly blessed

https://metacpan.org/dist/Playwright



Perl-Tidy-Sweetened-1.20


Tweaks to Perl::Tidy to support some syntactic sugar

Changes for 1.20
  • Adds support for Object:😛ad Thanks for @jonassmedegaard for the issue and patch. Upgrades Perl::Tidy dependency to v20230309. [Upgrade recommended for imporovement in Perl::Tidy and particularly if you use Object:😛ad]

https://metacpan.org/dist/Perl-Tidy-Sweetened


Valiant-0.001022


Validation Library and more

Changes for 0.001022
  • Improved some error reporting and messaging
  • Catalyst View can now import methods from the controller and context
  • fixes to bugs in the view imported tags
  • mostly invisible changes to the way we create form builders to set the groundwork for bigger changes in the future

https://metacpan.org/dist/Valiant


Perl-Tidy-Sweetened-1.19


Tweaks to Perl::Tidy to support some syntactic sugar

Changes for 1.19
  • Updates Perl::Tidy dependency (GH#23) Thanks to @shancock9 this release of Perl::Tidy resolves @dboehmer's issues where 'Use of uninitialized value $body' error messages are printed.
  • Updates the repo and bugtracker urls to use https (PR #22) Thanks @szabgab for the PR.
  • Upgrade recommended.

https://metacpan.org/dist/Perl-Tidy-Sweetened
#22




JSON-SIMD-1.02


JSON serialising/deserialising, done correctly and faster

Changes for 1.02
  • update repository and issue tracker?
  • split old changes into separate file

https://metacpan.org/dist/JSON-SIMD


JSON-SIMD-1.01


JSON serialising/deserialising, done correctly and faster

Changes for 1.01
  • do not segfault when from_json/decode gets passed a non-string object (reported by Florian Ragwitz). This has no effect on normal operation.

https://metacpan.org/dist/JSON-SIMD


JSON-SIMD-1.00


JSON serialising/deserialising, done correctly and faster

Changes for 1.0
  • the long awaited (by me) 1.0 version.
  • add \0 (JSON:🤐S::false) and \1 (JSON:🤐S::true) mappings to JSON true and false.
  • add some more notes to shrink, as suggested by Alex Efros.
  • improve testsuite.
  • halve the default nesting depth limit, to hopefully make it work on Freebsd (unfortunately, the cpan tester did not send me his report, so I cannot ask about the stack limit on fbsd).

https://metacpan.org/release/PJUHASZ/JSON-SIMD-1.00