Skip to main content




Mail-DKIM-1.20230212


Signs/verifies Internet mail with DKIM/DomainKey signatures

Changes for 1.20230212 - 2023-02-12

  • Fix typo in ARC signer example code. Thanks to @dev-aaront-org

metacpan.org/dist/Mail-DKIM



Mojolicious-Plugin-Passphrase-0.001


Securely hash and validate your passwords.

Changes for 0.001 - 2023-02-12T23:19:36+01:00

  • Initial release to an unsuspecting world

metacpan.org/release/LEONT/Moj…





HiPi-0.87


Raspberry Pi GPIO Perl Modules

Changes for 0.87

  • Updated for multiple package builds Bullseye, Buster, armhf, arm64

metacpan.org/dist/HiPi





Task-BeLike-RWP-0.230430


Perl modules bundle to install from CPAN

Changes for 0.230430 - 2023-02-12T22:04:07+04:00

  • Define modules going into the bundle
  • Add documentation listing the modules included

metacpan.org/release/RWP/Task-…



DBIx-Class-CryptColumn-0.004


Automatically hash password/passphrase columns

Changes for 0.004 - 2023-02-12T17:45:53+01:00

  • Fix argument order in verify_method implementation

metacpan.org/dist/DBIx-Class-C…



Time-Local-1.33-TRIAL


Efficiently compute time from local and GMT time

Changes for 1.33 - 2023-02-12

  • Fix for breakage on (some?) 32-bit platforms. If an integer calculation done internally overflowed all calls to this module's subs could error with "Day too big - 105412 > -2147483648". This fix reduces the range of acceptable epochs but should make the module usable again on such systems.

metacpan.org/dist/Time-Local



DBIx-Class-CryptColumn-0.003


Automatically hash password/passphrase columns

Changes for 0.003 - 2023-02-12T17:21:03+01:00

  • Use Crypt::Passphrase's new curry methods

metacpan.org/dist/DBIx-Class-C…



Crypt-Passphrase-0.007


A module for managing passwords in a cryptographically agile manner

Changes for 0.007 - 2023-02-12T17:20:19+01:00

  • Add curry_with_hash and curry_with_password methods
  • Add a unicode normalization option
  • Match MD5 and SHA hex case-insensitively

metacpan.org/dist/Crypt-Passph…



Time-Local-1.32-TRIAL


Efficiently compute time from local and GMT time

Changes for 1.32 - 2023-02-12

  • This is an alternative to the changes in the 1.31 release. Instead of restoring "use integer", the code now explicitly handles non-integer seconds values. This fixes the confusing things that timelocal() does with non-integer seconds but does not turn the seconds value into an integer. Based on a bug report from Dmitriy Shamatrin. GH #18.

metacpan.org/dist/Time-Local

#18


Dist-Zilla-PluginBundle-RWP-0.230430


Add [@RWP] plugin bundle into dist.ini

Changes for 0.230430 - 2023-02-12T18:57:08+04:00

  • Add Prereqs::AuthorDeps plugin

metacpan.org/dist/Dist-Zilla-P…



NetworkManager-Strict-0.230430-TRIAL


NetworkManager strict settings class

Changes for 0.230430 - 2023-02-12T17:55:23+04:00

  • Add NetworkManager::Strict class
  • Add lock method using chmod
  • Add set_dns method using nmcli
  • Add network_manager script
  • Add OpenDNS Family Shield DNS provider
  • Add CloudFlare 1.1.1.1 for Families DNS provider

metacpan.org/release/RWP/Netwo…




LaTeX-Pod-0.23


Transform LaTeX source files to POD (Plain old documentation)

Changes for 0.23 - 2023-02-12

  • Drop generating compat Makefile.PL.

metacpan.org/dist/LaTeX-Pod



Number-Format-Metric-0.601


Format number with metric prefix

Changes for 0.601 - 2023-02-12

  • No functional changes.
  • [doc] Fix example result in Synopsis (RT#146402) (Thanks R Philley).

metacpan.org/dist/Number-Forma…



Excel-ValueReader-XLSX-1.10


extracting values from Excel workbooks in XLSX format, fast

Changes for 1.10

  • support cells without an 'r' attribute (David Flink++)

metacpan.org/dist/Excel-ValueR…








re-engine-GNU-0.027


GNU Regular Expression Engine

Changes for 0.027 - 2023-02-12T04:11:43Z

  • Jean-Damien Durand <jeandamiendurand@free.fr>

metacpan.org/dist/re-engine-GN…



Log-OK-v0.1.6


Disable inactive logging statements from the command line

Changes for v0.1.6 - 2023-02-11

  • fixes

metacpan.org/dist/Log-OK



Future-AsyncAwait-Hooks-0.01


scoped hook blocks that run extra code around await expressions

Changes for 0.01 - 2023-02-12

  • First version, released on an unsuspecting world.

metacpan.org/dist/Future-Async…








OpenAPI-Modern-0.039


Validate HTTP requests and responses against an OpenAPI document

Changes for 0.039 - 2023-02-11T23:23:17Z

  • BREAKING CHANGE: find_path() now takes one argument, not two; the $request object is now passed with the $options hash.
  • the $options hash populated by find_path(), validate_request() and validate_response() now includes the request object, when available

metacpan.org/dist/OpenAPI-Mode…

Mark Gardner reshared this.




Graph-0.9726


graph data structures and algorithms

Changes for 0.9726 - 2023-02-11

  • fix subgraph of undirected (#28) - thanks @merkys for report

metacpan.org/dist/Graph

#28


HTML-Mason-1.60


High-performance, dynamic web site authoring system

Changes for 1.60 - 2023-02-11

  • Fixed a test failure with Perl blead (5.37.x). Reported by Jim Keenan and diagnosed by Yves Orton. GH #33.

metacpan.org/dist/HTML-Mason

#33



Manipulator-0.01


manipulate data structs via codeblocks

Changes for 0.01

  • First version, released on an unsuspecting world.

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!)

metacpan.org/dist/Data-Resolve…




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

metacpan.org/dist/App-ModuleBu…



WWW-Mechanize-2.16


Handy web browsing in a Perl object

Changes for 2.16 - 2023-02-11T12:09:16Z

  • FIXED
  • ENHANCEMENTS
  • DOCUMENTATION
  • TESTS

metacpan.org/dist/WWW-Mechaniz…



HTML-Form-6.11


Class that represents an HTML form element

Changes for 6.11 - 2023-02-11T11:49:19Z

  • Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn)
  • Split extra packages inside HTML::Form into their own module files and consolidate documentation (GH#43) (Julien Fiegehenn)
  • Added test to check unrecognized options to parse(). (GH#46) (Mohammad S Anwar)

metacpan.org/dist/HTML-Form




App-Greple-xlate-0.07


translation support module for greple

Changes for 0.07 - 2023-02-11T07:13:01Z

  • update --xlate-fold optin to perform translation by itself

metacpan.org/dist/App-Greple-x…





App-BPOMUtils-RPO-Checker-0.005


Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM

Changes for 0.005 - 2023-02-11

  • [incompatible change] Rename bpom-repo-check-{,files-}label-design.
  • Add utility: bpom-rpo-check-files.
  • Add check: multiple dots & symbols in filename.

metacpan.org/release/PERLANCAR…



App-BPOMUtils-RPO-Checker-0.004


Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM

Changes for 0.004 - 2023-01-27

  • Check file size.

metacpan.org/release/PERLANCAR…