Skip to main content






A helpful library for with CAPE.

Changes for 2.6.0 - 2023-06-14

  • add mojo_cape_submit_extend
  • Fix sub_size for suricata_extract_submit



2D grid line drawing via linear interpolation

Changes for 0.02 - 2023-06-15

  • Add 'bline' function with the traditional Bresenham.


Various Sah schemas related to Firefox

Changes for 0.006 - 2023-04-17

  • Remove schema's extras part.


Color example class using Rust + FFI

Changes for 0.05 - 2023-06-14T17:19:47Z

  • Use `*std::os::raw::c_char` instead of `*i8` for C strings. This is more portable and fixes the build on Linux Arm64 and probably other platforms (gh#5)


Sliding window rate limiting with Memcached

Changes for 0.09 - 2023-06-14T17:18:02Z

  • Use `*std::os::raw::c_char` instead of `*i8` for C strings. This fixes the build on Linux Arm64, and possibly other platforms (gh#18)


Documentation and tools for using Platypus with the Rust programming language

Changes for 0.16 - 2023-06-14T17:05:55Z

  • use `*std::os::raw::c_char` instead of `*i8` for strings, as this is more portable. In particular *u8 or *c_char is expected on Linux Arm64. (gh#42)


Real-time web framework

Changes for 9.33 - 2023-06-14

  • Improved log messages to refer to the FAQ when they have an entry.
  • Fixed a bug where the prefork server could sometimes send redundant QUIT signals, which could result in unintended core dumps because of a race condition. (brsakai-csco)


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.