Skip to main content


Pherkin extension for web-testing

Changes for 0.16 - 2023-07-24

  • Use 'field' instead of 'labeled' to find form elements for input, making sure that elements can be found by 'id', 'name' or 'title' attributes as well as based on the content of an associated LABEL tag


RT-Extension-HelpDesk Extension

Changes for 0.02 - 2023-07-20

  • Add missing statuses in mapping between default and support lifecycles


Talking barnyard animals (or ASCII art in general)

Changes for 0.2.1

  • fixing 't/file.t has bad import' by Graham Knop <haarg@haarg.org>




Perl XS wrapper for open62541 OPC UA library

Changes for 2.02 - 2023-07-24

  • Rework accessors to server config customHostname.
  • Allow to build, run, and test also with open62541 version 1.3.5 and 1.3.6.
  • Provide accessors to client config applicationUri.
  • Provide NodeId_print as part of NodeId hash to allow easy printing in format of OPC UA Part6 5.3.1.10.


Feature-complete Cucumber-style testing in Perl

Changes for 0.84 - 2023-07-24

  • Fixed



Expansion of test functionalities that appear to be frequently used while testing.

Changes for 2.1.2 - 2023-07-24

  • Improve documentation by introduction of CAVEATS topic.



run Zonemaster tests from the command line

Changes for v6.0.1 - 2023-07-24

  • Fixes


compatibility mode to access WebFetch::RSS under its previous name

Changes for 0.3.1 - 2023-07-24T09:13:08-07:00

  • BUG FIXES
  • REVISION


Perl module to download/fetch and save information from the Web

Changes for 0.15.6 - 2023-07-24T09:08:44-07:00

  • BUG FIXES
  • REVISION



An app generator for Mojolicious providing app skeletons with automake infrastructure.

Changes for 0.7.4 - 2023-07-24T13:55:13Z

  • updated to qx 7 compiler


DPath is not XPath!

Changes for 0.59 - 2023-07-24

  • don't use warnings.pm inside Safe container [GH #28, Graham Knop] (needed for Perl v5.39+)


Automate making HTML <head> and <body>

Changes for 0.03 - 2023-07-24

  • Require HTML::Make version 0.16 due to problems with Perl 5.


A flexible HTML generator

Changes for 0.16 - 2023-07-24

  • Add "use Exporter;" line so that an import method exists


Decodes and encodes DOCSIS config files

Changes for 1.01 - 2023-07-24T11:09:45Z

  • docsis-configfile will detect unknown arguments


dzil plugin to generate README from POD

Changes for 0.38 - 2023-07-24T15:58:24Z

  • fix syntax of version check for Pod::Readme (@haarg)


Asynchronous libcurl, the easy way!

Changes for 0.20

  • Fix Select test (broken in 0.19).


Provides try_once and retry semantics to CORE::alarm, similar to Try::Tiny.

Changes for 0.8

  • fixed mispeeling in error message
  • maintenance release, no functional changes


Automate software releases

Changes for 2.131 - 2023-07-24T05:14:42Z

  • fix version constraint when release script loads module
  • various distro cleanups



Perl extension managing OpenMP variables in %ENV within a script.

Changes for 1.2.0

  • fixing inconsistencies along side of the development of OpenMP::Simple, which is exposing some hidden issues.
  • using omp_dynamic to set OMP_DYNAMIC with a falsy value results in the key getting deleted; this may end up being how all "boolean" envars are handled
  • added a couple more envars missing neede to support the upcoming OpenMP::Simple trial release


Asynchronous libcurl, the easy way!

Changes for 0.19

  • Fix tests on Solaris with new perls.
  • Fix trivial POD issue.


Get the Configured API level if it is defined

Changes for 0.01

  • 10fc887 Add .gitignore
  • b95aa79 Add Github actions for testing
  • f75c478 Initial Version


Add paths relative to the current file to @INC

Changes for 1.002 - 2023-07-23T21:17:44Z

  • Fix checking whether symlinks are available for testing on Win32 and msys (#4, genio)
#4


Check XS for some common problems

Changes for 0.14 - 2023-07-24

  • Remove errors from testing module, for future Perls (HAARG)


Persist multiple trees in a single db table, preserving child order

Changes for 1.16 - 2023-07-24T09:43:00Z

  • Patch t/Tree/008_weak_refs.t to remove the 2nd paramater in the call to use_ok(). This issue was found by CPAN testers using a recent Perl and reported by Graham Knop, who kindly supplied a patch.



A Perl binding for LIBLINEAR, a library for classification/regression using linear SVM and logistic regression.

Changes for 0.26

  • Bundle LIBLINEAR 2.47, featuring performance improvement on one-class SVM solver.


A postmodern object system for Perl 5

Changes for 2.2206 - 2023-07-23

  • TESTS


Provide multi-paradigm forking with ability to pass back data

Changes for 2.232041 - 2023-07-23T16:50:17+00:00

  • Joelle Maslak <jmaslak@antelope.net>
  • Add tests for class objects on 5.38+
  • Add documentation caveats about class objects (and also CODE and REGEXP references)
  • Add support for objects with FREEZE/THAW methods (use those over other methods)


Language Server and Debug Protocol Adapter for Perl

Changes for 2.6.0

  • =over
  • =item * Add debug setting for running as different user. See sudoUser setting. (#174) [wielandp]
  • =item * Allow to use a string for debuggee arguments. (#149, #173) [wielandp]
  • =item * Add stdin redirection (#166) [wielandp]
  • =item * Add link to issues to META files (#168) [szabgab/issues]
  • =item * Add support for podman
  • =item * Add support for run Perl::LanguageServer outside, but debugger inside a container
  • =item * Add setting useTaintForSyntaxCheck. If true, use taint mode for syntax check (#172) [wielandp]
  • =item * Add setting useTaintForDebug. If true, use taint mode inside debugger (#181) [wielandp]
  • =item * Add debug adapter request C<source>, which allows to display source of eval or file that are not available to vscode (#180) [wielandp]
  • =item * Fix: Spelling (#170, #171) [pkg-perl-tools]
  • =item * Fix: Convert charset encoding of debugger output according to current locale (#167) [wielandp]
  • =item * Fix: Fix diagnostic notifications override on clients (based on #185) [bmeneg]
  • =back
#166 #167 #180 #170 #181 #185 #174 #149 #173 #168 #172 #171


Convert between braille display tables defined in Liblouis.

Changes for 0.05 - 2023-07-23

  • Bundle Liblouis display tables with the distribution, thanks to Author: David Cantrell <david@cantrell.org.uk>


An opinionated plugin system for your Perl framework/application

Changes for 0.000 - 2023-07-23

  • First release, not yet implemented, name grab only.


List of my modules/frameworks which use a particular plugin system style

Changes for 0.002 - 2023-07-23

  • Add entry: Plugin::System.


List of my modules/frameworks which use a particular plugin system style

Changes for 0.001 - 2023-07-23

  • First release.


Read lines from STDIN.

Changes for 0.554 - 2023-07-23

  • Bugfix 'auto_up' 0 and 1: preserve info output.


Map geographic coordinates to time zone names

Changes for 1.001 - 2023-07-23T10:59:17Z

  • Fix the tests by not importing "new"


Expansion of test functionalities that appear to be frequently used while testing.

Changes for 2.1.1 - 2023-07-23

  • Remove deprecated "given-when" statement.
  • Use "FindBin" module instead of ".proverc" for testers avoiding "prove".


Perl extension for testing HTML output

Changes for 0.12 - 2023-07-23

  • Fix test output/diagnostics between XML::LibXML and XML:😛arser


output an updateable list of ongoing jobs

Changes for 0.02 - 2023-07-23

  • Use Perl 5.20 for signatures


Automate the Firefox browser with the Marionette protocol

Changes for 1.41

  • Adding support for finding elements in a shadow DOM


Provide multi-paradigm forking with ability to pass back data

Changes for 2.232040 - 2023-07-23T05:39:58+00:00

  • Joelle Maslak <jmaslak@antelope.net>
  • Removed broken IO::Async support.


Chainable require hooks

Changes for 0.015 - 2023-07-23

  • [test] [bugfix] Add basic tests for all hooks, fix a couple of bugs (hooks previously not working).
  • [doc] Various improvements to documentation, notably add documentation about hook ordering. Annotate code in Synopsis more. Remove mention of filter:: subnamespace and replace it with precheck:: and postcheck::.
  • New hooks: debug::dump_source::{stderr,logger}.


Install and update free Farsi fonts

Changes for 1.1.0 - 2023-07-23

  • add macOS support
  • improved functionality of commands
  • "fc-cahce -vf <FONT_DIRECTORY>" after (re)intall/update


Dist::Zilla Mixed Up

Changes for 0.1.18

  • Add Dist::Zilla:😛lugin::MakeMaker::Awesome to requires


A postmodern object system for Perl 5

Changes for 2.2205 - 2023-07-23

  • TESTS