Skip to main content




A plugin system for your Perl framework or application

Changes for 0.000001 - 2024-03-02

  • Another early release, almost nothing is implemented yet.


Mojolicious plugin providing access to an OpenAPI document and parser

Changes for 0.009 - 2024-04-06T23:09:07Z

  • adjust tests for changes in OpenAPI::Modern 0.062

reshared this



find perl root and push lib modules path to @INC

Changes for 0.07 - 2024-04-06T22:36:14Z

  • update docs, describe the features / parameters
  • add function rootdir as alias for function root
  • update a test to use rootdir instead of root
  • add an env flag that indicates test mode for caller_file param


generate short unique identifiers from numbers

Changes for 0.03 - 2024-04-06T22:09:57Z

  • Fix typo in POD


generate short unique identifiers from numbers

Changes for 0.02 - 2024-04-06T21:57:16Z

  • Update to upstream repository details
  • Fix POD formatting


Very configurable Markdown processor written in pure Perl, supporting the CommonMark spec and many extensions

Changes for 1.02 - 2024-04-06

  • Improvement to the support of the original markdown syntax. This is probably the best that we will do as this is now quite faithful and some of the remaining differences are bugs in the original implementation.
  • Bugfixes:


An OpenDocument management interface

Changes for 1.200 - 2024-04-06

  • Remove given/when constructs (thanks Jim Avera)
  • Silence "Unknown method DESTROY" warnings


Implementation of various techniques used in data compression.

Changes for 0.04 - 2024-04-06

  • ADDITIONS
  • CHANGES


A module that performs semantic similarity in PXF/BFF data structures and beyond (JSON|YAML)

Changes for 0.06

  • Renamed --primary-key to --primary-key-name and --set-primary-key to --generate-primary-key in csv2pheno_ranker for clarity
  • Updated docs
  • Changed from perl:5.36-bullseye to perl:stable-bullseye in Dockerfile
  • Excluded `NA`, `NaN`, `undef`, `{}`, and `[]` from coverage_stats counts
  • Freezed a few modules in requirements.txt


Find a Date in Text

Changes for 0.08 - 2024-04-06T10:32:47Z

  • Use Test::Needs parse(): fix support of being given an object Fix parsing a ref to a scalar


mysqld runner for tests

Changes for 1.0030 - 2024-04-06T14:22:15Z

  • Support DBD::MariaDB













Group ingredients suitable for food label

Changes for 0.007 - 2024-04-06

  • Support inner ingredient, e.g. 'ekstrak anggur 0.1% (mengandung buah anggur 0.06-0.07%).


generate short unique identifiers from numbers

Changes for 0.01 - 2024-04-06T10:42:51Z

  • initial version, working from reference spec


Localization support for DateTime.pm

Changes for 1.41 - 2024-04-06

  • Rebuilt all locale data with the data from CLDR 44.1.0.


Client for AI::Ollama

Changes for 0.02 - 2024-04-07

  • Regenerated documentation
  • Fixed code for uploading a model


create Perl client SDKs from OpenAPI specs

Changes for 0.02 - 2024-04-05

  • List PerlX::Maybe as prerequisite
  • Handle a request body of application/octet-stream and request bodies of type 'string' in general




A conditional language within an ordered JSON struct

Changes for 0.01

  • First version, released on an unsuspecting world.


A SQL Database object abstraction class

Changes for v1.2.3 - 2024-04-06T15:21:07Z

  • Correction of the DBD::SQLite constant bug unresolved previously.


A conditional language within an ordered YAML struct

Changes for 0.01

  • First version, released on an unsuspecting world.


A Conditional language within a perl struct.

Changes for 1.02 - 2024-04-06

  • Extend to allow custom instantiating of hashes so that they can become ordered.




Automate the Firefox browser with the Marionette protocol

Changes for 1.55 - 2024-04-06T12:22Z

  • Fixing 32 bit architecture test regex for x86


Number of occurrences of string/regexp pattern as sort key

Changes for 0.001 - 2024-01-23

  • First release.


Perl Data Language

Changes for 2.087 - 2024-04-05

  • Slatec PCHIP routines now have idiomatic [io] `skip` Pars, with doc fixed to match SLATEC code (#468)
  • Slatec ezfft* routines take IFAC to avoid treating part of float array as integer (#468)
  • add has_badvalue method for whether ndarray has per-pdl badvalue (#469)
  • fix Slatec breaking PDL::Stats (github.com/PDLPorters/PDL-Stat…) - thanks @sebastic for report
  • fix long-standing mistyping of large negative IVs on 32-bit (#469) - thanks @sebastic for report
  • can now set badvalues that are Math::Complex objects (#469)
#468 #469





Very configurable Markdown processor written in pure Perl, supporting the CommonMark spec and many extensions

Changes for 1.01 - 2024-04-05

  • Deactivate the support for setext headings in pmarkdown default syntax.
  • Remove a copy of the input Markdown when using the functional interface.
  • Bugfixes:


Provides generalized and structured configuration value access

Changes for 3.01 - 2024-04-05T12:32:18-05:00

  • declare correct min perl version
  • provide more/better exaples in SYNOPSIS docs


mysqld runner for tests

Changes for 1.0020 - 2024-04-05T16:35:54Z

  • introduce GitHub Actions for CI
  • Use UNIX socket authentication with MariaDB 10.4.3
  • ignore-db-dir on MySQL 5.7 only
  • Don't loop endlessly if mysqld fails to start
  • Replace which with command -v for POSIX-compliant
  • fix Test 05-copy-data-from.t Fails


Provides United States of America holidays

Changes for 0.0202 - 2024-04-05T09:19:34Z

  • Add the missing Mother's Day item.


Provides generalized and structured configuration value access

Changes for 3.00 - 2024-04-05T09:42:33-05:00

  • complete rewrite using Class::Prototyped to eliminate Mojolicious dependency
  • add get_node and to_hash methods for config introspection
  • remove __get_child_node_names method (redundant with get_node)
  • remove static instance registration methods (curbing scope creep)




Client for AI::Ollama

Changes for 0.01 - 2024-04-05

  • Released on an unsuspecting world
  • Generated with OpenAPI::PerlGenerator