Skip to main content



a fast HTTP POE component

Changes for 1.02

  • Change: 1f6652d22062885a535fe6bd64460c4a897beec2 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-12-30 11:13:52 +0000




control the PWM channels of several PCA9685 ICs in one go.

Changes for 0.03

  • Bub fixed where always one more servo was set than necessary




Perl extension for renaming multiple files

Changes for 2.01_992 - 2023-12-30

  • added example of using options in code
  • replace C<use 5.032;> on old perl versions



Date::Holidays Adapter for New York Stock Exchange (NYSE) holidays

Changes for 0.02 - 2023-12-28

  • Fixed function exports to use correct naming convention


support for the https://github.com REST API with IO::Async

Changes for 0.013 - 2023-12-30T08:50:11+08:00

  • Bugs fixed



CLIs for String::Util::Range

Changes for 0.002 - 2023-09-08

  • No functional changes.
  • [build] Rebuild with String::Util::Range 0.002 to update documentation.


Validate data against a schema

Changes for 0.578 - 2023-12-29T23:13:44Z

  • remove use of JSON::MaybeXS, to avoid potential use of JSON:🤐S; now we use Cpanel::JSON:🤐S or JSON:😛P directly, using the same environment variables as in Mojo::JSON for customization.
  • new helper interface, get_document()




Write Perl tests in YAMLScript

Changes for 0.1.7

  • Depend on YAMLScript::Lingy not YAMLScript for now


YAML Load YAMLScript Code as Data

Changes for 0.0.2

  • Use YAMLScript::Lingy instead of YAMLScript for now


Program in YAML

Changes for 0.2.1

  • Rename module from YAMLScript.pm to YAMLScript::Lingy









roles with composition parameters

Changes for 0.101

  • fix versioning



roles with composition parameters

Changes for 0.100

  • add support to perl 5.8 (thanks @mohawk2)
  • add a with keyword (thanks @perlancar)
  • quote bareword role name (thanks @choroba)
  • fallback to Role::Tiny when applying (thanks @perlancar)
  • fix missing prereqs


a collection of Tickit::Widget implementations

Changes for 0.39 - 2023-12-29

  • CHANGES


check that a library is available

Changes for 1.7000 - 2023-12-29

  • Add new methods _to_hex(), _to_bin(), _to_oct(), _lcm(), _dfac(), _nok(), _fib(), and _lucas(). These are now in XS code rather than being inherited.


RT-Extension-CopySubjectButton Extension

Changes for 0.04 - 2023-12-29

  • Complete rewrite. The extension now uses the SubjectTag instead of the Queue name to generate the subject. This allows to have different Queue tags than the Queue name.


Object approach at reading explain analyze output

Changes for 2.7 - 2023-12-29

  • Properly handle various I/O Timings formats per information from Michael Paquier


Input validator centered around Type::Tiny

Changes for 2.23

  • fix incorrect usage of a type library in tests


Install modules for all installed perls

Changes for 0.001 - 2023-12-29

  • First release.



Data object for HTML textarea element.

Changes for 0.01 - 2023-12-29T07:57:10+01:00

  • First version.


Perform SQL queries against {CSV/TSV/LTSV/JSON/YAML files,TableData modules}

Changes for 0.232 - 2023-12-29

  • Add logging (options: --log-level, --trace, --debug, --verbose, --quiet).
  • Add support for TableData module.


Data objects for HTML form.

Changes for 0.07 - 2023-12-29T07:44:37+01:00

  • Fix Mo is => ro.
  • Improve constructor doc.
  • Sort used modules in tests.
  • Update Module::Install to 1.21 version.
  • Update copyright years.






a module for wrangling decks of cards

Changes for 0.01 - 2023-12-29

  • First version, released on an unsuspecting world.


Locate directory of original Perl script

Changes for 1.54 - 2023-08-31

  • Improve documentation.


A perl module for parsing XML documents

Changes for 2.47 - 2023-12-28

  • #84 use $fh instead of $foo
#84




Find sequences in number arrays & convert to range (e.g. 100,2,3,4,5,101 -> 100,"2..5",101)

Changes for 0.008 - 2023-09-08

  • Add check max_range_len >= min_range_len.


SQL Simple Operations

Changes for 2023.362.1

  • NOTICE: For end users of previous version 2023.284.1 only
  • NOTICE: This version provide enchanced changes (you must see the version notes)
  • news: escape quote character in values if exists: by CCELSO