Skip to main content


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



A SQL Database object abstraction class

Changes for v1.2.2 - 2024-04-05T15:33:06Z

  • Corrected a bug when version of DBD::SQLite < 1.71 is used and thus doe snot have the constant DBD::SQLite::Constants::SQLITE_TEXT


Interface to TinySoundFont, a "SoundFont2 synthesizer library in a single C/C++ file"

Changes for 0.12 - 2024-04-05T00:25:30Z

  • Update TinySoundFont to newest commit



find perl root and push lib modules path to @INC

Changes for 0.06 - 2024-04-05T02:25:56Z

  • update tests. smoke test reports failing for darwin
  • update docs for sub root feature that returns root dir


Database URIs

Changes for 0.22 - 2024-04-05T01:38:17Z

  • Changed Oracle database DBI parameter generation as follows:


Ordered list of names of colors in the rainbow, in English

Changes for 0.001 - 2024-01-26

  • First release.


find perl root and push lib modules path to @INC

Changes for 0.05 - 2024-04-04T23:49:25Z

  • create new sub that returns the root dir path





DDL for table creation, based on SQL::Translator::Schema

Changes for 0.13 - 2024-04-04T12:23:58-04:00

  • API BREAKAGE
  • ENHANCEMENT
  • MISC






various utility functions

Changes for 0.101 - 2024-04-04

  • Work around a warning in the development version of perl (thanks, Shlomi Fish). [RT#152677]





Mo timezone utilities.

Changes for 0.02 - 2024-04-04T09:53:49+02:00

  • Generate examples.
  • Rewrite to use of is_valid_name() method. Added support for timezones like 'Europe/Bratislava' which are link.


wrapper to rsync/etc. to upload files to a remote server and give download links.

Changes for 0.4.3 - 2024-04-04

  • Code::TidyAll fixes and add Test::NoTabs
  • Add tag-release script.


A placeholder module for code accompanying a Perl photo project

Changes for 2024.04

  • fizz buzz attempted by AI, it failed the interview


SPVM Language

Changes for 0.989098 - 2023-04-04

  • Document Fix and Improvement
  • Internal Changes


Greple module for text search and substitution

Changes for 2.33_9902 - 2024-04-04T01:11:36Z

  • include docs/ directory in the distribtion


Thin wrapper for Sort::Key to easily use SortKey::*

Changes for 0.001 - 2024-01-24

  • First release.



It's a very simple logger which can log your messages to a file or STDERR.

Changes for 0.4.1 - 2024-04-03T21:58:26Z

  • Tidy
  • List::Util dependency was removed


It's a very simple logger which can log your messages to a file or STDERR.

Changes for 0.4.0 - 2024-04-03T21:47:14Z

  • STDOUT logger
  • Time::Moment dependency was removed


Perl interface to the Argon2 key derivation functions

Changes for 0.021 - 2024-04-03T23:39:28+02:00

  • Fix documentation of argon2_needs_rehash argument order


framework for easy creation of Enterprise Application Integration tasks

Changes for 1.913 - 2024-04-03T22:00:00Z

  • execute hash not checked anymore, so it can be used to transport custom data; column definitions in DB.pm now debug level, tracing of data is now row wise (whole data structure was too big to be dumped)


A health check for your code

Changes for v1.9.1 - 2024-04-03T19:45:46Z

  • Update README (Andrew Hewus Fresh)
  • Pull request #13: Patch SM-4775 fixed typo bug and added test (Austin Hill)
  • SM-4775 use default sort comparison (Austin Hill)
  • SM-4775 fixed typo bug and added test (Austin Hill)
#13



Mo language utilities.

Changes for 0.06 - 2024-04-03T17:32:05+02:00

  • Fix EXAMPLES in doc.
  • Fix SYNOPSIS section in doc.



Easily load and access DBIx::Class functionality in Mojolicious apps

Changes for 0.01 - 2024-04-03T09:11:05-05:00

  • initial release


Greple module for text search and substitution

Changes for 2.33_9901 - 2024-04-03T13:14:26Z

  • introduce --macos option
  • implement --exdictdir option by builtin
  • update share/macos.dict


Easily send emails from Mojolicious applications

Changes for 0.02 - 2024-04-03T08:29:36-05:00

  • declare missing testing dependency on List::MoreUtils





Tied objects

Changes for 0.25 - 2024-04-03

  • Adds from_data which allows you to instantiate a Rope object from a perl hash.
  • Adds from_nested_data which allows you to instantiate a Rope object from a perl nested hash.