Skip to main content



base class for Number::Phone::* modules

Changes for 3.9002 - 2023-06-14

  • Data updates only


Colorize router CLI output

Changes for 1.231650 - 2023-06-14T17:40:19+00:00

  • Joelle Maslak <jmaslak@antelope.net>
  • [bugfix] Add additional IP address colorizations


XS functions to assist in parsing keyword syntax

Changes for 0.34 - 2023-06-14

  • CHANGES
  • BUGFIXES


Create Text-based User Interfaces Without ncurses

Changes for 2.00 - 2023-06-14T16:40:56Z

  • Based on incompatible fork of termbox (which was abandoned)
  • Old examples have been removed until they're rewritten
  • New UI example: eg/editor.pl


XS functions to assist in parsing sub-like syntax

Changes for 0.18 - 2023-06-14

  • CHANGES
  • BUGFIXES


CallBackery is a Mojolicious+Qoodoo Framework for building Web Applications

Changes for 0.46.3 - 2023-06-14T18:30:45Z

  • fix base schema for yaml config files
  • switch schema to draft2019
  • do not reconfigure automatically if the secret file is missing



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::PO::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


A small, simple, correct HTTP/1.1 client

Changes for 0.084 - 2023-06-14T06:35:01-04:00

  • No changes from 0.083-TRIAL.
in reply to CPAN Releases

Oooh! New stable release of @perl HTTP::Tiny with verify_SSL defaulting to true.

metacpan.org/dist/HTTP-Tiny



a light and pure-Perl PSGI/Plack HTTP server with pre-forks

Changes for 0.0402 - 2020-03-14

  • Excludes Perl < 5.14 on MSWin32 from SSL tests.




Perl Application Development and Refactoring Environment

Changes for 1.02

  • link to GitHub
  • GetLabelText instead of GetLabel, the former stopped functioning
  • Moved to GitHub by kaare++ 2014-09-07
  • tweak 01_compile.t so that it passes on 5.19.7 (BOWTIE)
  • comment out Padre::Browser::PseudoPerldoc->process to enable t/50-browser.t to pass on perl 5.19.9 (BOWTIE)



2D grid line drawing via linear interpolation

Changes for 0.01 - 2023-06-14

  • First version, released on an unsuspecting world.


Various Sah schemas related to Firefox

Changes for 0.005 - 2023-04-17

  • [ux] Tweak error message to make it more helpful.


Perl extension for Package URL (aka "purl")

Changes for 2.00 - 2023-06-13

  • Added "purl-tool(1)" (giterlizzi/perl-URI-PackageURL#3)
  • Added "URI::PackageURL::Util::purl_to_urls" helper
  • Fixed name qualifier for "cpan" (giterlizzi/perl-URI-PackageURL#2)
  • Fixed some little issues




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




translation support module for greple

Changes for 0.24 - 2023-06-13T10:41:41Z

  • update xlate.el


Wrapper around Perl tr/../../ operator

Changes for 1.04

  • better presentation for Unaccenter->char_map_descr()
  • move pod tests to xt/





Ethereum RLP encoding/decoding utility

Changes for 0.003

  • Fix empty list decoding
  • Fix recursive list decoding




Various Sah schemas related to Firefox

Changes for 0.004 - 2023-04-17

  • Add schema: Firefox::local_profile_name::default_first.


A SQL Database object abstraction class

Changes for v0.11.4 - 2023-06-12T14:42:28Z

  • Added missing overloaded operator in DB::Object::Fields::Field
  • Added ~~ overloaded operator in DB::Object::Fields::Field
  • Updated method _where_having() in DB::Object::Query to allow for litteral condition to be provided as scalar reference
  • Added documentation for DB::Object::ALL, DB::Object::ANY and DB::Object::Expression



A helpful library for with CAPE.

Changes for 2.5.0 - 2023-06-12

  • suricata_extract_submit and extend now tracks submitted byte size
  • suricata_extract_submit now uses Proc::PID::File to make sure only one instance is running


a light and pure-Perl PSGI/Plack HTTP server with pre-forks

Changes for 0.0401 - 2020-03-12

  • Provides cpanfile.
  • More reliable tests.


tools for writing (and reading) an interactive story

Changes for 0.001012 - 2023-06-12

  • Story::Interact::State's load and dump methods now compress the state with Bzip2. This change should be mostly transparent.



A simple log filter

Changes for 0.01

  • First version, released on an unsuspecting world.
  • Provides basic log filtering with keyword and exclude file support.


CallBackery is a Mojolicious+Qoodoo Framework for building Web Applications

Changes for 0.46.2 - 2023-06-12T15:00:43Z

  • fix restore process to properly reconnect to database




Perl interface to the OpenSky Network API

Changes for 0.4 - 2023-06-12T12:42:54Z

  • Remove undeclared dependency on Syntax::Keyword::Try


Sim::OPT is a optimization and parametric exploration program that can mix sequential and parallel block search methods.


PAR Packager

Changes for 1.058 - 2023-06-12

  • patch DynaLoader.pm to make intercepting DynaLoader::bootstrap work again for Perl >= 5.35 on Windows (see #74)
  • reorganize modules etc used in tests
  • add test to run an XS module from a .par file
  • add a test for loading XS "glue" DLLs
  • remove unused code for packed DLLs ("pp --link ...")
#74


Tags helper for HTML messages.

Changes for 0.04 - 2023-06-12T10:58:01+02:00

  • Add 'css_messages' parameter.
  • Fix test dependencies.
  • Regen README file.