Skip to main content


Takes a series of lines in Sentinel Benefits format and writes them out as QIF files, subject to the symbol mappings specified.


an interface to most facets of the [Fastly API](https://developer.fastly.com/reference/api).

Changes for 3.07 - 2023-07-05

  • feat(settings): support update endpoint.
  • fix(snippet): dynamic field switched from int to string.
  • fix(vcl): implement correct response models.



Recursively scan Perl code for dependencies

Changes for 1.32 - 2023-07-05

  • Ensure $inc gets removed from the start of $File::Find::name
  • Provide dedicated test scripts for some tests instead of using the test scripts themselves: Test::More draws in all kinds of stuff, totally unpredictable
  • Rewrite test helpers in t/Utils.pm to use Test::More's subtest feature
  • Code cleanup; fix detection of 'do STRING' (cf PR #15)
  • scandeps.pl: sort items in "used by" column
  • Handle spaces after quote operator, e.g. eval qq {Some::Module}
  • Fixes #12: share dir not returned when require module is in an eval
  • Recognize constructs like "eval qq{require Inline::C}".
  • Recognize idioms like "if (eval { require Foo }) { ..."
  • Add %preload rules for some Mojo resource files
  • Bump perl dependency to guard against ancient perls without FindBin::again()
  • Add tool to trace when (and from where) Perl searches for a module
#15 #12



Utilities for interactive I/O

Changes for 1.025 - 2023-07-05T15:01:36Z

  • Remove unnecessary -T from pod tests now that v5.38 allows you to compile a perl without taint support. Those perls will refuse to run the programs using -T.


Utilities to test STDOUT and STDERR messages.

Changes for 1.034 - 2023-07-05T14:46:18Z

  • Remove unnecessary -T from pod tests. Now that v5.38 allows you to compile without taint support and those perls won't run if they see a -T, these tests needlessly fail there.
  • Edward Betts corrected some of the docs.


fast and complete protocol buffer implementation

Changes for 0.42_01 - 2023-07-05T15:58:57Z

  • Add option to treat undef field/map values as if they were not present


Destructuring Assignment Syntax for Perl

Changes for 0.0.17

  • Change package names for internal classes



tools for manipulating classes built via the Perl 5.38 `class` keyword

Changes for 0.000_001 - 2023-07-05



Mo utilities.

Changes for 0.16 - 2023-07-05T13:56:20+02:00

  • Add check_string_begin() function.
  • Add Mo::utils::Language to SEE ALSO section in doc.
  • Add Wikibase:😁atatype::Utils to SEE ALSO section in doc.
  • Fix indent in doc.
  • Fix SYNOPSIS section in doc.



Utilities related to Indonesian DGIP (Directorate General of Intellectual Property)

Changes for 0.001 - 2023-07-05

  • First release.


NBI Slurm module

Changes for 0.4.9 - 2023-07-05

  • Added dependency (Storable)
  • Minor changes



Synthesizer settings librarian

Changes for 0.0040 - 2023-07-04T21:23:24Z

  • Add the missing Top=100% value.
  • Require a name field for setting insert.
  • Improve documentation.


Synthesizer settings librarian

Changes for 0.0039 - 2023-07-04T21:06:11Z

  • Improve eg/mojo-ui.pl.
  • Pin Mojo::SQLite 2.000.
  • Comment-out possibly goofy db file cleanup tests.


SAML bindings and protocol implementation

Changes for 0.71

  • Significant Changes since 0.69
  • Change Log


SAML bindings and protocol implementation

Changes for 0.70

  • Significant Changes since 0.69
  • Change Log


Safe-navigation for Perl

Changes for 0.003 - 2023-07-05T09:12:29Z

  • Adds `safenav` block syntax.



User-selectable lexically-scoped failure signaling

Changes for 0.001001

  • Shrouded new internal 'package Carp' declarations from CPAN (Sorry, Neil. Sorry, Andreas.)


A toolkit to help encrypt and decrypt XML Digital Signatures.

Changes for 0.13

  • Major change since 0.11
  • Change Log


Safe-navigation for Perl

Changes for 0.002 - 2023-07-05T01:00:58Z

  • Introduction of the `safenav` pragma, which provides an alternative interface.


Interact with the OpenAI GPT-3,4 API

Changes for 0.18 - 2023-07-04

  • Support perl v5.26


Sync a cpanfile with the prereqs listed in dist.ini

Changes for 0.04 - 2023-07-04T15:17:00Z

  • fix cpan_audit feature: add support for version range
  • improve tests


detect source code license statements in a text string

Changes for v0.0.9 - 2023-07-04

  • Bug Fixes


detect source code license statements in a text string

Changes for v0.0.8 - 2023-07-04

  • Bug Fixes
  • Packaging


OO iterators and pair constructors for variables

Changes for 0.004002

  • Removed all given/when and smartmatching for compatibility with Perl 5.38+



Inflect English nouns, verbs, adjectives, and articles

Changes for 0.002008

  • Removed all smartmatching and given/when constructs for compatibility with Perl 5.38+


simple license checker for source files

Changes for v3.3.9 - 2023-07-04

  • Bug Fixes
  • Test Suite
  • Other


cPanel fork of JSON:🤐S, fast and correct serializing

Changes for 4.37 - 2023-07-04

  • Fix NAN/INF for AIX (Tux: AIX-5.3, tested by XSven on AIX-7.3) GH #165
  • Fix empty string result in object stringification (PR #221 jixam)
  • Allow \' in strings when allow_singlequote is enabled (PR #217 warpspin)
#217 #221 #165


Perl interface to the libgd graphics library

Changes for 2.78

  • (RT #148899 and GH #47). Thanks to ppisar for the analysis. Adds a new hard Test::NoWarnings test requirement.


SPVM Language

Changes for 0.989019 - 2023-07-04

  • Changes
  • Incompatibe Changes


User-selectable lexically-scoped failure signaling

Changes for 0.001000

  • [POTENTIALLY INCOMPATIBLE CHANGE] As it makes no sense to use fail() for error-signalling in non-API-level subroutines, fail() now always fails at the API level (i.e. at the level of the call stack where control leaves the current package). In other words, calling fail() in a nested subroutine within a package, fails the subroutine where we first entered the package. See the documentation for details. (Many thanks, Konrad!)
  • Removed all use of smartmatching and given/when for 5.38 compatibility


Prompt for input, read it, clean it, return it.

Changes for 0.005000

  • Added -monitor option
  • Added -prefill option
  • Added -cancel option
  • Added support for 'ansiNNN' and 'rgbNNN' colour specifications within -style and -echostyle arguments
  • Improved error messages (some now indicate what the wrong argument was)
  • Removed all uses of given/when and smartmatching for compatibility with Perl 5.38+


Experimental features made even easier

Changes for 0.020

  • Removed deprecation warnings for all use of smartmatching and given/when under Perl 5.38 and 5.40



Test all effects at once (return value, I/O, warnings, exceptions, etc.)

Changes for 0.002000

  • Removed all use of smartmatching and given/when for 5.38 compatibility


split a Japanese name into given and family

Changes for 0.11 - 2023-07-04

  • Update Enamdict to the latest version


Table data definition

Changes for 1.0.9 - 2023-05-15

  • No spec changes.
  • Mention/link to DefHash.


Easily enable/disable trapping of STDOUT/STDERR

Changes for 1.02 - 2023-07-03

  • Fix broken CI badge lins



throttle requests with different rates based on net blocks

Changes for v0.4.4 - 2023-07-03T23:44:56+01:00

  • Documentation


Easily enable/disable trapping of STDOUT/STDERR

Changes for 1.01 - 2023-07-03

  • Deleted AppVeyor test config
  • Reworked CI configuration
  • Commented out include() and exclude(); they're not ready yet


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

Changes for v22.0.0 - 2023-07-03T23:15:32+01:00

  • Enhancements



throttle requests with different rates based on net blocks

Changes for v0.4.3 - 2023-07-03T22:34:26+01:00

  • Documentation