Skip to main content





OPCUA-Open62541-2.00


Perl XS wrapper for open62541 OPC UA library

Changes for 2.00 - 2023-02-10

  • Use methods ServerConfig::setDefaultWithSecurityPolicies() and ClientConfig::setDefaultEncryption() to activate encryption and optionally verfication on both sides respectively.
  • Module OPCUA::Open62541::Test::CA is used to create private key, certificate, CA and CRL for testing OPC UA encryption.
  • Implement methods to get and set client and server description in open62541 config.
  • Generate OPC UA constants in Perl from open62541 version 1.3.4 with full namespace 0.
  • Remove support for open62541 1.0 and 1.1 API. 1.2 branch did not work properly with OPCUA::Open62541 anyway. Minimum required version of the open62541 library is 1.3 now. open62541 master branch has issues. OPCUA::Open62541 tests currently run and pass with open62541 version 1.3.4.
  • A lot of backwards compatibility code in implementations and tests has been removed.
  • The 1.0 API compatibility of the client getState() method has been removed. It has to be called in list context now to retrieve channel state, session state, and connect status. Trying to retrieve the client state in scalar context will result in a Perl die. A client state does not exist anymore.
  • Implement basic encryption for client and server. Certificates are not validated yet.
  • Improve behavior of client config setUsernamePassword() method.

metacpan.org/dist/OPCUA-Open62…



Crypt-Bcrypt-0.009


A modern bcrypt implementation

Changes for 0.009 - 2023-02-10T16:07:45+01:00

  • Stricten up bcrypt_needs_rehash
  • Improve documentation

metacpan.org/dist/Crypt-Bcrypt



Crypt-Argon2-0.013


Perl interface to the Argon2 key derivation functions

Changes for 0.013 - 2023-02-10T16:07:16+01:00

  • Stricten up argon2_needs_rehash

metacpan.org/dist/Crypt-Argon2










RxPerl-v6.26.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.26.0 - 2023-02-10T09:12:01Z

  • added op_timeout
  • fixed example in documentation of op_skip_last

metacpan.org/dist/RxPerl





Data-Resolver-0.001002-TRIAL


resolve keys to data

Changes for 0.001002 - 2023-02-10T07:35:07Z

  • Close temporary filehandle from File::Temp (avoids suffering from buffering)
  • Make sure to test print and close in file saving

metacpan.org/dist/Data-Resolve…





App-td-0.110


Manipulate table data

Changes for 0.110 - 2023-02-10

  • No functional changes.
  • [build] Fix build, derp.

metacpan.org/dist/App-td



App-HTMLUtils-Grep-0.002


Command-line utilities related to grepping HTML files

Changes for 0.002 - 2023-02-10

  • [dist][bugfix] Remove extraneous script.

metacpan.org/dist/App-HTMLUtil…



App-td-0.109


Manipulate table data

Changes for 0.109 - 2023-02-10

  • No functional changes.
  • [doc] In description, describe which scripts/modules accept and expect table data.

metacpan.org/dist/App-td



App-td-0.108


Manipulate table data

Changes for 0.108 - 2023-01-27

  • No functional changes.
  • [doc] Update examples in description (-e is now -E).

metacpan.org/dist/App-td




TableData-0.2.2


Specification for TableData::*, modules that contains table data

Changes for 0.2.2 - 2022-11-29

  • No spec changes.
  • Mention subnamespaces TableData::Lingua::Dict::* and make TableData::Lingua::Word::* as a subnamespace entry. Mention related namespace: Data::TableData:*.

metacpan.org/dist/TableData





dbMan-0.47


Database management tool/front-end (SQL console)

Changes for 0.47

  • extension SQLOutputMarkdown

metacpan.org/dist/dbMan



RxPerl-v6.25.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.25.0 - 2023-02-09T21:09:18Z

  • added op_delay_when, op_distinct, op_skip_last, op_time_interval, and op_timestamp

metacpan.org/dist/RxPerl



Plack-App-ServiceStatus-0.910


Check and report status of various services needed by your app

Changes for 0.910 - 2023-02-09T21:41:03+01:00

  • add started_at_iso8601 human readable timestamp (Thomas Klausner)

metacpan.org/dist/Plack-App-Se…



Plack-App-ServiceStatus-0.909


Check and report status of various services needed by your app

Changes for 0.909 - 2023-02-09T21:12:45+01:00

  • add script to generate buildinfo (Thomas Klausner)
  • display buildinfo from a json file (Thomas Klausner)

metacpan.org/dist/Plack-App-Se…




Util-H2O-More-0.3.0


provides baptise, a drop-in replacement for bless; like if bless created accessors for you. This module also provides additional methods built using h2o or o2h from Util::H2O that allow for the incremental addition of OOP into existing or small scale Perl code without having to fully commit to a Perl OOP framework or compromise one's personal Perl style.

Changes for 0.3.0

  • added tr4h2o for keys not appropriate for use as subroutine names/accessors
  • added backward compat wrappers, ini2o (ini2h2o) and o2ini (h2o2ini) due to unforseen impacts to users (who knew!?) of taking them away
  • added tests, POD
  • POD issues if found will usually just be addressed in the next release

metacpan.org/dist/Util-H2O-Mor…



Catmandu-PICA-1.10


Catmandu modules for working with PICA+ data

Changes for 1.10 - 2023-02-09T18:43:54Z

  • Quick fix to avoid failing test (see #79 for details).

metacpan.org/dist/Catmandu-PIC…

#79


Compress-Stream-Zstd-0.204


Perl interface to the Zstd (Zstandard) (de)compressor

Changes for 0.204 - 2023-02-08

  • Disable compress__mt abdad95bc46ff1e4d913afb70a5d0158bf38930a fc14e2ed8c5797af3be71c251916d44c67e44cd9
  • ignore .vscode f1a66b51af598855ff15aacc86207fb677b6ff59
  • Update to zstd 1.54 d4d6b7e7d503b4916176d27d8b7ee9ace096b0f7

metacpan.org/dist/Compress-Str…



App-psort-0.11


a perl-enhanced sort

Changes for 0.11 - 2023-02-09

  • fix --rx option without capture groups
  • warn if --rx was used wrongly (i.e. with /.../)

metacpan.org/dist/App-psort



RxPerl-v6.24.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.24.0 - 2023-02-09T13:13:54Z

  • added op_single
  • BUGFIX: fixed op_merge_all($n)

metacpan.org/dist/RxPerl




Plack-App-Tags-HTML-0.10


Plack application for running Tags::HTML objects.

Changes for 0.10 - 2023-02-09T11:58:28+01:00

  • Add test for 'data_init' accessor.
  • Add test for running with init() method without 'data_init' accessor.
  • Fix running with init() method without 'data_init' accessor.
  • Update to new Plack::Component::Tags::HTML.

metacpan.org/dist/Plack-App-Ta…



Template-Plugin-DataPrinter-0.017


Template Toolkit dumper plugin using Data::Printer

Changes for 0.017 - 2023-02-09T17:41:40Z

  • Require HTML::FromANSI::Tiny >= 0.104

metacpan.org/dist/Template-Plu…




Util-H2O-More-0.2.9


provides baptise, a drop-in replacement for bless; like if bless created accessors for you. This module also provides additional methods built using h2o or o2h from Util::H2O that allow for the incremental addition of OOP into existing or small scale Perl code without having to fully commit to a Perl OOP framework or compromise one's personal Perl style.

Changes for 0.2.9

  • added 2 wrappers around Data::Dumper::Dumper to help with lazy debugging of data structures;
  • ddd LIST - iterates over the LIST, applying Data::Dumper::Dumper to each item
  • dddie LIST - same as ddd, but die's at the end of the LIST
  • POD updated to reflect these helpers
  • manually tested, no unit tests added for this

metacpan.org/dist/Util-H2O-Mor…




SPVM-Digest-SHA-0.05


SHA-1/224/256/384/512

Changes for 0.05 - 2023-02-09

  • Incompatible Changes
  • Fixed Build Process Bug
  • Meta Information Improvement
  • Test Improvement
  • Test Bug Fix

metacpan.org/dist/SPVM-Digest-…



Sah-Schemas-JSON-0.007


Various schemas related to JSON

Changes for 0.007 - 2022-11-15

  • No functional changes.
  • [ux] Add examples to filters, add description to some of the schemas.
  • [doc] Cross-mention schemas.

metacpan.org/dist/Sah-Schemas-…



SPVM-Digest-MD5-0.11


SPVM interface to the MD5 Algorithm

Changes for 0.11 - 2023-02-09

  • Fixed Build Process Bug
  • Meta Information Improvement
  • Test Improvement

metacpan.org/dist/SPVM-Digest-…