Skip to main content




DoubleDouble precision arithmetic for all architectures

Changes for 0.08

  • Change the spec of dd_numify() to return an accurate Math::MPFR object rather than the sum of the 2 doubles (which is often less precise).


Interact with the OpenAI GPT-3,4 API

Changes for 0.17 - 2023-06-14

  • Change default model from gpt-3.5-turbo to gpt-3.5-turbo-0613



Read and write PO files

Changes for v0.6.1 - 2023-06-14T19:46:54Z

  • Correcting minor bug due to lack of precision in Text:😛O::Element


A command-line tool to deal with bcrypt password hashing

Changes for 1.001 - 2023-06-14T10:46:01Z

  • Initial release of a bcrypt utility in Perl



Destructuring Assignment Syntax for Perl

Changes for 0.0.12

  • Add Capture::Tiny to test.requires


Destructuring Assignment Syntax for Perl

Changes for 0.0.11

  • Support slurpy @x and @$x forms
  • Update docs for new slurpy forms
  • Add Kang-min Liu to authors




Benchmark Data::CSel::WrapStruct

Changes for 0.004 - 2023-01-19

  • Rename module/dist Bencher-Scenarios-{DataCSelWrapStruct,Data-CSel-WrapStruct}.


Asynchronously watch log files for specific patterns.

Asynchronously watches log files for specific patterns



A Perl module for handling webhooks sent by Stripe

Changes for 1.0

  • First production release




MCE extension for sharing data supporting threads and processes

Changes for 1.885

  • Fix typo in Queue dequeue_timed documentation. Thank you, Łukasz Strzelecki.


Many-Core Engine for Perl providing parallel processing capabilities

Changes for 1.887

  • Fix typo in Queue dequeue_timed documentation. Thank you, Łukasz Strzelecki.


Calculates the date differences between 1st and 2nd columns given TSV formatted input.


Moo classes for http://schema.org/ classes

Changes for v21.0.0 - 2023-06-09T13:44:58+01:00

  • Enhancements
  • Incompatible Changes
  • Documentation


Plack search application.

Changes for 0.02 - 2023-06-09T12:39:24+02:00

  • Add another test for post method.
  • Add example to doc with button.
  • Fix minimal version of Plack::Component::Tags::HTML.
  • Regen META.yml.



Write Perl tests in YAMLScript

Changes for 0.1.3

  • origin/main) Lingy::Eval renamed to Lingy::Evaluator
  • Refactor and simplify Test/More/YAMLScript.ys


Program in YAML

Changes for 0.1.5

  • Print correct YAMLScript version in REPL startup
  • Remove dev code from YAMLScript::Main
  • Rename YAMLScript/Lang/RT.pm -> YAMLScript/RT.pm


A Perl implementation of Clojure

Changes for 0.1.11

  • Error on unsupported escape characters
  • Take 'Error:' prefix out of error messages
  • Throw any errors from a perl eval
  • Return after printing unknown internal value
  • Add regexp escaping
  • Move all Lingy/Lang/*.pm to Lingy/*.pm
  • Refactor = and == to be more correct
  • Rename Lingy::Eval to Lingy::Evaluator
  • Keep refers pairs in namespace proper
  • Overall refactor and code cleanup


Plack search application.

Changes for 0.01 - 2023-06-08T16:33:31+02:00

  • First version.


Quick and Dirty Interface to https://github.com/mapbox/geocoder-abbreviations

Changes for 0.06

  • Use JSON::MaybeXS instead of JSON Fix code for online/offline testing Calling new on an object now returns a clone rather than setting the defaults in the new object



A helpful library for with CAPE.

Changes for 2.4.0 - 2023-06-03

  • Add report munging support.



Perl extension for the libtiff library

Changes for 20

  • Add TIFFTAG_XPOSITION and TIFFTAG_YPOSITION Closes RT #148337 (t/1.t fails with ImageMagick-7.1.1.8: Failed test 'tiffcmp') Thanks to Petr Pisar for the patch.
  • Only run t/92_tiffinfo.t & t/93_tiff2pdf.t as AUTHOR tests Closes RT #148450 (92_tiffinfo.t and 93_tiff2pdf.t failes with perl 5.37.11)


MCE extension for sharing data supporting threads and processes

Changes for 1.882

  • Bump MCE dependency to 1.886.
  • Added dequeue_timed method to MCE::Shared::Queue.
  • Fixed taint mode in MCE::Shared::Sequence _sprintf.



Inspect musical modal functions

Changes for 0.0312 - 2023-06-05T23:24:55Z

  • Improve documentation again!


Inspect musical modal functions

Changes for 0.0311 - 2023-06-05T23:13:13Z

  • Improve documentation.


An open source web-based network management tool.

Changes for 2.062002 - 2023-06-06

  • BUG FIXES


Perl interface to the OpenSky Network API

Changes for 0.3 - 2023-06-06T08:05:17Z

  • Convert to MooseX::Extended


Inspect Musical Modal Functions

Changes for 0.0310 - 2023-06-05T23:05:53Z

  • Fix a POD line!


Popping a selection list relative to a widget

Changes for 0.05

  • -added some keybindings -updated documentation



Require a successful GitHub Actions workflow run

Changes for 0.04 - 2023-06-05T13:36:50-07:00

  • Enable verify_SSL=>1 when instantiating HTTP::Tiny.


Plugin Bundle for distributions built by GTERMARS

Changes for 0.06 - 2023-06-05T13:34:39-07:00

  • Add "CheckIssues" dependency to "dist.ini"; forgot to add this here when I added the pre-release check back in 0.03
  • Update config for "Git::CheckFor::CorrectBranch", to tell it to treat "main" as my release branch.


IO::Async event loop integration for Sys::Virt libvirt bindings

Changes for 0.0.3 - 2023-06-05

  • Fix POD error
  • Always pass HANDLE_ERROR and HANDLE_HANGUP events, even when the caller didn't ask for them
  • Clean up the $opaque value after remove_{handle,timeout} returned, fixing a mutex deadlock (thanks DANBERR)



PerlIO layer for XZ (de)compression

Changes for 0.06

  • Refine requirements based on known CVE's
  • Fix repo & bugtracker URLs in META


Export the current directory over HTTP

Changes for 0.007

  • Add --pretty option for nicer directory listings



Wikibase cache backend to local static basic ids (units, common properties).

Changes for 0.04 - 2023-06-05T15:04:08+02:00

  • Add documentation.
  • Add P854.
  • Add P580 and P582.
  • Add parameter 'data_fh' for file handler with mapping.
  • Update Module::Install to 1.21 version.


Fetch CVE information from cve.org

Changes for 0.005 - 2023-06-05

  • Verify certificates when using HTTP::Tiny (stigtsp, issue#9)