Skip to main content



Module of basic descriptive statistical functions.

Changes for 3.0801 - 2023-07-02

  • Correct typos


Synthesizer settings librarian

Changes for 0.0033 - 2023-07-02T01:05:42Z

  • Improve the eg/mojo-ui.pl program.
  • Add another bottom and top value to the initial settings.


An Application to interface with http://rosettacode.org

Changes for 0.1.1

  • Major overhaul for 2023


Synthesizer settings librarian

Changes for 0.0032 - 2023-07-01T18:44:51Z

  • Add mojo-ui tests.


Characters from the sitcom Schitt's Creek (2015-2020)

Changes for 0.001 - 2023-03-12

  • First release.




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


A Perl module for handling webhooks sent by Stripe

Changes for 1.12

  • Modified tests to prevent failure when Test::Warn is not installed Added new author test for VERSION in module and POD


Synthesizer settings librarian

Changes for 0.0029 - 2023-07-01T11:39:38Z

  • Adjust make_setting() logic.
  • Improve the eg/mojo-ui.pl program.


Synthesizer settings librarian

Changes for 0.0028 - 2023-07-01T10:39:18Z

  • Improve the eg/mojo-ui.pl program.





Perl extension for the GNU Readline/History Library

Changes for 1.46 - 2023-07-01

  • Reproduce Term::ReadLine::Stub’s behavior for ornaments (#17)
  • let new() fail on multiple instantiation (#16)
  • suppress warning errors on clang
  • make clean removes `*.dSYM` for macOS
  • INSTALL.md: update content
#17 #16


Synthesizer settings librarian

Changes for 0.0027 - 2023-07-01T01:43:35Z

  • Improve the eg/mojo-ui.pl program.
  • Simplify the remove_model() method.
  • Improve documentation.







A dummy module for this namespace

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

  • fixed bug in attribute handling


A dummy module for this namespace

Changes for 1.1.0 - 2023-06-27T10:50:00Z

  • Switched from PodCoverageTest plugin to Test:😛od::Coverage::Configurable to be more flexible
  • Added option 'exclude_from_basic' to exclude plugins from @Basic plugin bundle




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



Tags helper for login register.

Changes for 0.05 - 2023-06-26T00:13:09+02:00

  • Add second message type to CSS test.
  • Fix minimal dependency for Tags::HTML::Messages message types.


Tags helper for login access.

Changes for 0.05 - 2023-06-26T00:14:14+02:00

  • Add link for Tags::HTML::Login::Register to doc.
  • Add support of logo.
  • Add tests.
  • Fix api for messages in doc.
  • Fix minimal dependency for Tags::HTML::Messages message types.
  • Improve LICENSE AND COPYRIGHT section in doc.


Entry widget with a Tk:😛opColor widget attached.

Changes for 0.05

  • Delegated options -state and -justify to the entry widget.



Sign a Certificate Signing Request in XS.

Changes for 0.04

  • Address issues compiling against older openssl versions



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.



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).



a set of version requirements for a CPAN dist

Changes for 2.143 - 2023-06-19T14:51:58-04:00

  • Fix regression with implicit minimum value and multiple requirements


a translation of `tk_dialog' from Tcl/Tk to TkPerl (based on John Stoffel's idea).

Changes for 1.20 - 2023-06-17

  • Add effort to make the popup dialog window transient (for window- managers).
  • Modernize default -font values, including M$-Windows version.
  • Minor code cleanups.