Skip to main content








Perl.social updates


I've done some updates to https://perl.social/ to get it up to date with the latest Friendica version, along with getting it to properly use Redis to cache data and sessions instead of the mysql database. This has lead to some improvement in performance but it's still not at the level I'd (or others I imagine) would like. I'll be trying to do some more updates over the next week as I'm finally getting around to setting up some automation pipelines for building and deploying the site so that I can do tests of everything before pushing out updates, and to make keeping things up to date a bit easier. I'll also be looking at getting things finally setup with those changes to make it easier for anyone else to try to help out with development of things too (Mostly I'll need help with theme editing and finally giving this place it's own look).



Webservice to connect to Onfido API

Changes for 0.006 - 2023-07-02T15:36:03+00:00

  • Add hook



Open a file for shared reading and/or writing

Changes for 4.05 - 2023-07-02

  • Fix tests with perl-5.38.0.


Fast, safe DBI connection and transaction management

Changes for 0.59

  • Fix for Windows t/load.t failures





Get stock and mutual fund quotes from various exchanges

Changes for 1.57 - 2023-07-01T12:37:07-07:00

  • Correct set exchange in YahooJSON.pm - Issue #306
  • Added close, change and p_change to Tradegate, XETRA and Sinvestor Added optional parameter INST_ID to specify the institute id. Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304
  • Added GoogleWeb Module
  • YahooWeb module added - PR #296
  • Added MarketWatch Module
  • Replaced cached file with IO::String object in IndiaMutual.pm
  • Fixed missing date in AEX.pm - Issue #298
  • Fixed Examples in POD Documentation in a few modules - PR #295
  • move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290
  • remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290
  • removed Data:😁umper that caused another test to fail from TreasuryDirect.pm #290
  • Fixed Fool.pm and fool.t - PR #289
#298 #295 #290 #289 #296 #304 #306


Synthesizer settings librarian

Changes for 0.0020 - 2023-06-30T15:08:23Z

  • Work around broken Mojo::SQLite behavior.
  • Add the recall_models() method.
  • Improve the eg/mojo-ui.pl program.


Encapsulate SQL queries and rows in simple perl objects

Changes for 1.77 - 2023-06-30

  • Change how DistinctQueryAndCount builds query to fix sorting




faster version of Net::Async::Redis

Changes for 0.011 - 2023-06-29T12:21:07+08:00

  • Bugs fixed


Redis support for IO::Async

Changes for 3.024 - 2023-06-29T12:19:45+08:00

  • New features


Synthesizer settings librarian

Changes for 0.0011 - 2023-06-28T21:16:56Z

  • Improved the eg/synth-config.pl program.






A dummy module for this namespace

Changes for 1.1.1 - 2023-06-27T11:19:00Z

  • fixed bug in attribute handling




Create Text-based User Interfaces Without ncurses

Changes for 2.01 - 2023-06-26T17:16:41Z

  • Skip 'hello world' test when we are headless or otherwise cannot access /dev/tty


An open source web-based network management tool.

Changes for 2.062004 - 2023-06-26

  • ENHANCEMENTS
  • BUG FIXES


NBI Slurm module

Changes for 0.4.2 - 2023-06

  • Bumped Perl requirement to 5.16, to keep using lvalue subs


data pack for Business::ISBN

Changes for 20230626.001 - 2023-06-26T15:49:00Z

  • Data update for 20230626




Display run time and dependencies after running code

Changes for 0.210 - 2023-05-01

  • INCOMPATIBLE CHANGES
  • ENHANCEMENTS


Mapping Perl releases on CPAN to the location of the tarballs

Changes for 5.20230623

  • Change: b89377d4677c288d0b76ed06e27ba649d1b21f74 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-23 22:52:24 +0000
  • Change: 488c1baf27c61a77e2af01f2205fa3230e8ac4da Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-06-16 09:15:45 +0000



Backend for Plack::App:😛roxy

Changes for 0.0204 - 2023-06-23

  • Options `http_proxy`, `https_proxy` and `no_proxy` are undef by default.


Preserve Host header on requests

Changes for 0.0104 - 2023-06-23

  • Correct configure requirements.


Perl interface to MXNet machine learning library

Changes for 1.6

  • Update mapping between PDL and MX types - Zakariyya Mughal
  • Upgrade minimum PDL dependency to PDL v2.064 for int8 (PDL: sbyte) type - Zakariyya Mughal


Find or download and install rpm library

Changes for 0.01 - 2023-06-23T18:24:33+02:00

  • First version.



This is not a real code and only purpose is to keep PAUSE happy

Changes for 0.003 - 2023-06-23

  • Keep PAUSE happy with a fake module.



Launch Zoom meetings via Perl

Changes for 0.231740 - 2023-06-23T12:45:21+02:00



Perl modules bundle to install from CPAN

Changes for 0.231740 - 2023-06-23T12:32:40+02:00



Data object for image.

Changes for 0.03 - 2023-06-23T10:07:52+02:00

  • Add dt_created parameter.
  • Add ERRORS section to doc.
  • Update copyright years.
  • Update Module::Install to 1.21 version.


a small gemini client

Changes for 0.07 - 2023-06-23

  • Add a gemini_request function that handles redirection and content collection. Break the content accessor to instead contain something that gemini_request maybe does. More tests, bugfixes, etc.


Like Getopt::Long, but with less features

Changes for 0.091 - 2023-05-04

  • Be more lightweight (do not use 5.010, do not use strict/warnings).