Skip to main content





An EXPERIMENTAL subclass of <Exporter::Extensible>, which helps create easy-to-extend modules that export symbols

Changes for 0.001000 - 2023-05-21T02:15:40+00:00

  • MAJOR


query CVE data from NIST's NVD (National Vulnerability Database)

Changes for 0.0.2 - 2023-05-20

  • add missing dependencies
  • add missing files from release
  • documentation fixes


Changes for 0.01 - 2023-05-22

  • First version, released on an unsuspecting world.
  • Implemented `new` method for creating a new OpenAIGPT4 object.
  • Implemented `generate_text` method for generating text using the OpenAI GPT-4 API.



SPVM Language

Changes for 0.979 - 2023-05-19

  • Compilation Error Changes
  • Internal Changes


A helpful library for with CAPE.

Changes for 2.3.0 - 2023-05-18

  • suricata_extract_submit can now use env specified proxies optionally
  • suricata_extract_submit_extend now recomputes deltas



Nearly transparent SSL encapsulation for IO::Socket::INET.

Changes for 2.082 - 2023-05-17

  • SSL_version default now TLS 1.2+ since TLS 1.1 and lower deprecated #122
  • fix output of alert string when debugging #132
  • improve regex for hostname validation #130, #126
  • add can_ciphersuites subroutine for feature checking #127
  • Utils::CERT_create - die if unexpected arguments are given instead of ignoring these
#122 #132 #130 #126 #127


A helpful library for with CAPE.

Changes for 2.2.1 - 2023-05-17

  • Actually reset last_errors post loading the old stats JSON


Google Ads API Client Library for Perl

Changes for 16.1.2 - 2023-05-17

  • Mark namespaces as no_index to avoid PAUSE indexing issues.


MIDI Utilities

Changes for 0.1201 - 2023-05-17T11:41:22Z

  • Make the soundfont optional for play_timidity().
  • Improve documentation.


MIDI Utilities

Changes for 0.1200 - 2023-05-17T11:18:08Z

  • Add timidity support.
  • Use subtests.
  • Improve documentation.




Write completion routines in x.{,element_,index_}completion attributes

Changes for 0.104 - 2023-03-01

  • No functional changes.
  • [xcompletion filename] [doc] Fix example in Synopsis.


framework for parsing Pod

Changes for 3.45 - 2023-05-14

  • fix precedence issue in PullParser mauke++
  • minor parallelism fixes to test files yves++
  • refactor XHTML index generation into own method Graham Knop++
  • fix tab expansion when not 0 nor 8 Graham Knop++
  • various fixes to links Graham Knop++


Generate tokens to help prevent CSRF attacks.

Changes for 0.007 - 2023-05-15

  • fixed bad metadata in previous release


resolve keys to data

Changes for 0.005 - 2023-05-15T21:48:21Z

  • support for sub-resolver keys passed to a top one, immediately resolving the hierarchy.
  • adopt Unix-style keys in FromDir


Types that coerce references to read-only

Changes for v0.5.0 - 2023-05-15T19:22:59+01:00

  • Incompatible Changes
  • Documentation



Generic Module to inherit from

Changes for v0.30.0 - 2023-05-14T08:35:33Z

  • Changes to inner working of several support functions to better support lvalue methods



unofficial support for the Customer.io service

Changes for 0.002 - 2023-05-14T10:39:52+00:00

  • Add transactional email support


create and find directories interactive

Changes for v1.0.2

  • repair building of MANIFEST
  • add test for POD in script 'mkdir_heute'
  • repair POD in script
  • add test for POD coverage


app and API to verify the presence of dependencies (Perl 5 modules, python3 modules, executables, etc.)

Changes for 0.12.2 - 2023-05-14

  • add CLI help to the POD.



A macro pre-processor with embedded perl capability

Changes for 2.13 - 2023-05-13

  • Bug Fixes
  • #70 add t directory to @INC
  • #71 Do not read a file immediately after having written it..
  • #72 Remove tree before creating; Use different name for test dirs
#70 #71 #72


Retain reports on disk rather than transmitting them

Changes for 0.11

  • Accommodate changes in App::cpanminus::reporter version 0.19. (Changes are internal; no change in interface.)
  • Add tests for 'file' URI scheme.
  • Makefile.PL metadata improvements from Mohammad S Anwar.


Perl object overlay of the RPM query command

Changes for 0.01 - 2023-04-22

  • original version


Perl interface to access the Whistle Pet Tracker Web Service

Changes for 0.03 - 2023-05-02

  • Updated lib/WebService/Whistle/Pet/Tracker/API.pm
  • Added scripts/perl-WebService-Whistle-Pet-Tracker-API-pets.pl
  • Added scripts/perl-WebService-Whistle-Pet-Tracker-API-device.pl
  • Added MQTT systemd service files and rpm package
  • Cleaned up scripts/perl-WebService-Whistle-Pet-Tracker-API-mqtt.pl




Distribution for hl7dump script.

Changes for 0.07 - 2023-05-11T18:20:29+02:00

  • Add better example names.
  • Fix repository author name.
  • Fix test on Windows.
  • Update copyright years.
  • Update Module::Install to 1.21 version.



HTML Parser, Modifier and Query Interface

Changes for v0.2.5 - 2023-05-11T21:10:17Z

  • Minor additional correction on extract_links in HTML:😮bject::Element


HTML Parser, Modifier and Query Interface

Changes for v0.2.4 - 2023-05-11T20:07:32Z

  • Updated method extract_links in HTML:😮bject::Element


Validate HTTP requests and responses against an OpenAPI document

Changes for 0.043 - 2023-05-11T04:36:24Z

  • properly detect, and fail early, on badly-parsed request or response objects

Mark Gardner reshared this.



Validate data against a schema

Changes for 0.566 - 2023-05-11T03:34:59Z

  • treat ambiguous types as a normal error, rather than an exception which may provide incorrect location data


HTML Parser, Modifier and Query Interface

Changes for v0.2.3 - 2022-11-12T14:07:25Z

  • Corrected find_by_tag_name() in HTML:😮bject::Element
  • Added the properties accessKey, accessKeyLabel, isContentEditable, dir, draggable, enterKeyHint, hidden, inert, innerText, inputMode, popover, lang, noModule, nonce, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, outerText, properties, spellcheck, style, title, translate to HTML:😮bject:😁OM::Element
  • Added the methods attachInternals(), blur(), click(), focus(), hidePopover(), showPopover(), togglePopover() HTML:😮bject:😁OM::Element
  • Updated the method documentElement() in HTML:😮bject:😁OM:😁ocument and improved body() and title()
  • Updated the method querySelectorAll() in HTML:😮bject:😁OM::Element
  • Improved private method _set_get_property in HTML:😮bject:😁OM::Element
  • Improved method on in HTML:😮bject::EventTarget





manage dynamic content security policy headers

Changes for v0.3.0 - 2023-05-10T16:39:08+01:00

  • Enhancments
  • Other


YAML 1.2 Processor

Changes for 0.036 - 2023-05-10T17:09:48+02:00

  • Add option -dumpcode to turn of dumping coderefs in YAML:😛P::Schema:😛erl
  • ci updates


Provide non blocking randomness

Changes for 0.37

  • Adding urandom_ub method for unbuffered sysreads Copying with possible?? failures in reading from /dev/urandom Improved coverage testing



Financial Information eXchange (FIX) messages parser/serializer

Changes for 0.08 - 2023-05-01T08:53:22+00:00

  • Update: Add "Instrument" component to MarketDataIncrementalRefresh message schema