Skip to main content




NetworkManager-Strict-0.230480


NetworkManager strict settings class

Changes for 0.230480 - 2023-02-17T20:59:28+04:00
  • Add synopsis to network_manager script
  • Update the path in the script to be general referring to ~
  • Add weaver.ini to the git repository

https://metacpan.org/dist/NetworkManager-Strict






Minilla-v3.1.21


CPAN module authoring tool

Changes for v3.1.21 - 2023-02-17T14:36:59Z
  • Do not set x_authority by default (#326)
  • Use actions/checkout@v3 (#327)

https://metacpan.org/dist/Minilla
#326 #327


WebService-IdoitAPI-v0.1.2


a library to access the i-doit JSON RPC API

Changes for v0.1.2
  • update README
  • give more meaningfull message when JSON RPC client fails
  • fix GitHub issue #1

https://metacpan.org/dist/WebService-IdoitAPI
#1




SPVM-Sys-0.41


System Calls for File IO, User, Process, Signal, Socket

Changes for 0.41 - 2022-02-17
  • Incompatible Changes
  • Bug Fix

https://metacpan.org/dist/SPVM-Sys



Term-Form-0.553


Read lines from STDIN.

Changes for 0.553 - 2023-02-17
  • Update year copyright.
  • Bugfix skip_items: check if key is defined.

https://metacpan.org/dist/Term-Form


Story-Interact-0.001008


tools for writing (and reading) an interactive story

Changes for 0.001008 - 2023-02-01
  • Added: Story::Interact:😛ageSource::Waterfall.
  • Added: Story::Interact::State->character_class.

https://metacpan.org/dist/Story-Interact




Clipboard-Any-0.006


Common interface to clipboard manager functions

Changes for 0.006 - 2022-12-08
  • Add parcellite & clipit support (minimal functionality).

https://metacpan.org/dist/Clipboard-Any


XS-Parse-Keyword-FromPerl-0.01


drive XS:😛arse::Keyword directly from Perl

Changes for 0.01 - 2023-02-16
  • First version, released on an unsuspecting world.

https://metacpan.org/dist/XS-Parse-Keyword-FromPerl






Acme-Text-Rhombus-0.25


Draw a rhombus with letters/digits

Changes for 0.25 - 2023-02-15
  • Move testing module to test_requires.
  • Drop generating compat Makefile.PL.

https://metacpan.org/dist/Acme-Text-Rhombus


Test2-Harness-1.000144


A new and improved test harness with better Test2 integration.

Changes for 1.000144 - 2023-02-15T13:29:48-08:00
  • Skip empty tables in resource view

https://metacpan.org/dist/Test2-Harness



App-ModuleBuildTiny-0.035


A standalone authoring tool for Module::Build::Tiny

Changes for 0.035 - 2023-02-15T21:38:16Z
  • Add an auto_git configuration option

https://metacpan.org/dist/App-ModuleBuildTiny




parent-0.240


Establish an ISA relationship with base classes at compile time

Changes for 0.240 - 2023-02-13
  • . Use Test::More::isnt() instead of Test::More::isn't in tests, which is deprecated, as ' isn't allowed as package separator in an upcoming version of Perl
  • . No code changes, no need to upgrade

https://metacpan.org/dist/parent




Manipulator-0.01


manipulate data structs via codeblocks

Changes for 0.01
  • First version, released on an unsuspecting world.

https://metacpan.org/dist/Manipulator


Data-Resolver-0.002


resolve keys to data

Changes for 0.002 - 2023-02-11T14:24:03Z
  • Release after 66 PASSes on CPAN Testers (thanks!)

https://metacpan.org/dist/Data-Resolver



App-ModuleBuildTiny-0.034


A standalone authoring tool for Module::Build::Tiny

Changes for 0.034 - 2023-02-11T13:13:03Z
  • Allow putting metadata in .pod instead of .pm

https://metacpan.org/dist/App-ModuleBuildTiny



App-TextWrapUtils-0.002


Utilities related to text wrapping

Changes for 0.002 - 2022-12-13
  • [incompatible change] [cli textwrap] Change default backend from Text::Wrap to Text::ANSI::Util because Text::Wrap does not remove initial indent.

https://metacpan.org/dist/App-TextWrapUtils


HTML-Blitz-0.05


high-performance, selector-based, content-aware HTML template engine

Changes for 0.05 - 2023-02-11
  • fatalize 'uninitialized' warnings; i.e. templates will now die() if they encounter undefined variables
  • treat basefont, bgsound, frame, keygen as void elements; i.e. they cannot have content or close tags
  • special-case the contents of script, style, and title elements; they cannot have child elements and (in the case of style and script) they don't support HTML entities to escape text contents

https://metacpan.org/dist/HTML-Blitz





Plack-App-Tags-HTML-0.11


Plack application for running Tags::HTML objects.

Changes for 0.11 - 2023-02-10T23:06:45+01:00
  • Fix doc and regen examples.
  • Update copyright years.
  • Update to new Plack::Component::Tags::HTML@0.12.

https://metacpan.org/dist/Plack-App-Tags-HTML


Plack-Component-Tags-HTML-0.12


Plack component for Tags with HTML output.

Changes for 0.12 - 2023-02-10T23:04:51+01:00
  • Fix CSS processing from Tags::HTML:😛age::Begin.

https://metacpan.org/dist/Plack-Component-Tags-HTML


Crypt-Passphrase-Argon2-0.004


An Argon2 encoder for Crypt:😛assphrase

Changes for 0.004 - 2023-02-10T23:04:34+01:00
  • Add profile argument to constructor

https://metacpan.org/dist/Crypt-Passphrase-Argon2





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:😮pen62541::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:😮pen62541 anyway. Minimum required version of the open62541 library is 1.3 now. open62541 master branch has issues. OPCUA:😮pen62541 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.

https://metacpan.org/dist/OPCUA-Open62541


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

https://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

https://metacpan.org/dist/Crypt-Argon2