Skip to main content



Perl5-CoreSmokeDB-Schema-1.09


DBIC::Schema for the smoke reports database

Changes for 1.09 - 2023-04-27T22:42:31+02:00
  • (Abe Timmerman, Thu, 27 Apr 2023 22:42:31 +0200) Autocommit for distribution Perl5::CoreSmokeDB::Schema 1.09 (minor)

https://metacpan.org/release/ABELTJE/Perl5-CoreSmokeDB-Schema-1.09


Venus-2.55


OO Library for Perl 5

Changes for 2.55 - 2023-04-27
  • [feature] Implement Venus#date
  • [feature] Implement Venus#match
  • [feature] Implement Venus#gather
  • [update] Make Venus::Unpack#{checks,validate} list context aware
  • [update] Resolve Venus#unpack signature/caller issue
  • [update] Update arguments passing in Venus#{json,perl,yaml}
  • [update] Update {json,perl,yaml} behaviors and error conditions

https://metacpan.org/dist/Venus


JSON-SIMD-1.06


JSON serialising/deserialising, done correctly and faster

Changes for 1.06
  • fix core_bools with false argument (now restores default)
  • make is_bool aware of core booleans on perl >= 5.36
  • more benchmark scripts

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


PDL-2.082_01


Perl Data Language

Changes for 2.082_01 - 2023-04-27
  • fix some memory leaking - thanks Yury Pakhomov for report
  • fix random() failing (#422) - thanks @falsifian for report
  • PP Inplace now checks inputs and outputs are dimensionally compatible (#416)
  • no more HTML doc generation
  • PDL:😁oc::add_module now adds all submodules of given namespace (#420)
  • [o] OtherPars can now be omitted from args like [o] ndarrays
  • OtherPars can now be incomplete arrays of pdl* (#421)
  • add [io] OtherPars
  • add ArgOrder PP key
  • [nc] removed as Pars type-specifier, use [io]
  • fix pdl2 bug with demos (#424) - thanks @HaraldJoerg for report
  • fix PP bug revealed by https://github.com/moocow-the-bovine/PDL-HMM/pull/4
  • operations with only output ndarrays can now not be Inplace
  • overloaded ops require proper overload-handling; PDL::Complex now does
  • for more idiomatic XS code, PDL C function interface now pdl_run_(name)
  • add FtrCode in XS, to match HdrCode
  • add sound demo - thanks @HaraldJoerg
  • OtherPars can now be $argname, for XS processing only and not in operation
  • fix broadcasting over empty ndarray (#429) - thanks @falsifian for tests
  • fix appending with empty ndarray (#430) - thanks @falsifian for tests
  • fix whereND with all-zero mask or empty input (#428) - thanks @falsifian for tests
  • inplace operations no longer copy input arg if inplace

https://metacpan.org/dist/PDL
#422 #416 #420 #421 #424 #429 #430 #428





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



Crypt-Passphrase-Argon2-HSM-0.001


HSM encrypted Argon2 hashes for Crypt:😛assphrase

Changes for 0.001 - 2023-04-21T16:36:19Z
  • Initial release to an unsuspecting world

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


SQL-SimpleOps-2023.111.1


SQL Simple Operations

Changes for 2023.111.1
  • fix: mkdir permission denied, logfile creation folder for non-root user; by CCELSO
  • fix: getLastSQL mismatch on syntax error condition; by CCELSO

https://metacpan.org/dist/SQL-SimpleOps



Data-Compare-1.29


compare perl data structures

Changes for 1.29 - 2023-04-21
  • Skip taint-mode tests if perl was built without taint support

https://metacpan.org/dist/Data-Compare


SPVM-0.971001


SPVM Language

Changes for 0.971001 - 2023-04-21
  • New Features
  • Document Changes
  • Changes
  • Versioning Changes

https://metacpan.org/dist/SPVM




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





JIP-Debug-0.031


provides a convenient way to attach debug print statements anywhere in a program.

Changes for 0.031 - 2023-03-01
  • Added Perl 5.36 into ".travis.yml". Small changes in distro.

https://metacpan.org/dist/JIP-Debug


JIP-LockFile-0.063


application lock/mutex based on files

Changes for 0.063 - 2023-03-01
  • Added Perl 5.36 into ".travis.yml".
  • Small changes in distro.

https://metacpan.org/dist/JIP-LockFile







JSON-Schema-Tiny-0.020


Validate data against a schema, minimally

Changes for 0.020 - 2023-04-12T03:28:28Z
  • update test results and exemptions for TJSA 1.019

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


Test-Routine-0.031


composable units of assertion

Changes for 0.031 - 2023-04-11T21:37:45-04:00
  • The run_test method now returns the pass/fail of the subtest represented by a test method. Since run_test is often around-ed, you may need to adjust how you modify its return! Thanks, Matthew Horsfall.

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


Net-Gemini-0.05


a small gemini client

Changes for 0.05 - 2023-04-11
  • Somehow Encode.pm had gone AWOL, and other bugfixes. Parse for charset and encode to UTF-8 by default in gmitool, and add a flag to only show the links from text/gemini content.

https://metacpan.org/dist/Net-Gemini





Crypt-Passphrase-Argon2-AES-0.002


A peppered AES-encrypted Argon2 encoder for Crypt:😛assphrase

Changes for 0.002 - 2023-04-11T14:21:32Z
  • Explicitly require Crypt::Rijndael 1.16

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


App-ansicolumn-1.33


ANSI sequence aware column command

Changes for 1.33 - 2023-04-11T11:31:45Z
  • introduce new border styles and default options

https://metacpan.org/dist/App-ansicolumn




Wikibase-Datatype-Print-0.03


Wikibase data types print.

Changes for 0.03 - 2023-04-10T23:11:35+02:00
  • Add doc for Wikibase:😁atatype:😛rint::Value::Item.
  • Add doc for Wikibase:😁atatype:😛rint::Value::Monolingual.
  • Add doc for Wikibase:😁atatype:😛rint::Value:😛roperty.
  • Add test for Wikibase:😁atatype:😛rint::Form.
  • Add test for Wikibase:😁atatype:😛rint::Value::Quantity.
  • Add test for Wikibase:😁atatype:😛rint::Value::Time.
  • Add tests for Wikibase:😁atatype:😛rint::Value::Item.
  • Add tests for Wikibase:😁atatype:😛rint::Value:😛roperty.
  • Fix doc description for Wikibase:😁atatype:😛rint::Value::Globecoordinate.
  • Fix error check in Wikibase:😁atatype:😛rint::Form.

https://metacpan.org/dist/Wikibase-Datatype-Print


CPAN-Perl-Releases-5.20230410


Mapping Perl releases on CPAN to the location of the tarballs

Changes for 5.20230410
  • Change: d302bd814cef39983a4a1437e18365d4093f9f0a Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-04-10 22:11:27 +0000

https://metacpan.org/dist/CPAN-Perl-Releases