Skip to main content



DBIx-Class-CryptColumn-0.005


Automatically hash password/passphrase columns

Changes for 0.005 - 2023-03-20T15:53:48+01:00
  • Simplify implementation

https://metacpan.org/dist/DBIx-Class-CryptColumn


ExtUtils-H2PM-0.11


automatically generate perl modules to wrap C header files

Changes for 0.11 - 2023-03-20
  • CHANGES

https://metacpan.org/dist/ExtUtils-H2PM



mb-0.54


Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ...

Changes for 0.54 - 2023-03-20T00:00:00Z
  • fix transpiling Sjis::do { block } --> do { block }
  • fix transpiling Sjis::eval { block } --> eval { block }
  • fix transpiling Sjis::split --> mb::_split
  • update POD
  • created by INABA Hitoshi

https://metacpan.org/dist/mb


Crypt-Passphrase-Argon2-0.005


An Argon2 encoder for Crypt:😛assphrase

Changes for 0.005 - 2023-03-20T14:32:03+01:00
  • Use new argon2_verify function
  • Make exceptions skip Crypt:😛assphrase

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


Crypt-Argon2-0.014


Perl interface to the Argon2 key derivation functions

Changes for 0.014 - 2023-03-20T14:24:00+01:00
  • Add argon2_verify and argon2_crypt

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


AnyEvent-MPV-0.2


remote control mpv (https://mpv.io)

Changes for 0.2
  • event key itself is no longer passed in on_event event object.
  • the destructor now calls ->stop.
  • ">mpv" trace messages now contain the whole command.
  • some internal refactoring.

https://metacpan.org/dist/AnyEvent-MPV


Mail-Exim-ACL-Attachments-1.005


Reject email attachments

Changes for 1.005 - 2023-03-20T12:42:47Z
  • Add the file extensions .application, .appref-ms, .bgi and .one

https://metacpan.org/dist/Mail-Exim-ACL-Attachments



Test-NoTty-0.03


Changes for 0.03 - 2023-03-20
  • Fix the usage for setsid (patch from Shoichi Kaji)
  • Skip test2.t if Test2::IPC is older than 1.302138

https://metacpan.org/dist/Test-NoTty


Wireguard-WGmeta-0.3.4


An approach to add metadata to the main Wireguard config

Changes for 0.3.4 - 2023-03-20
  • Fixed incorrect handling of #+comment attributes

https://metacpan.org/dist/Wireguard-WGmeta



VolSurface-Utils-1.05


A class that handles several volatility related methods

Changes for 1.05 - 2023-03-20T07:42:17+00:00
  • Updated Utils.pm to support forward and premium adjusted

https://metacpan.org/dist/VolSurface-Utils


PDL-2.081_03


Perl Data Language

Changes for 2.081_03 - 2023-03-20
  • allow OtherPars to set index-size of not-otherwise-used index
  • fix nested loop() bug for Pars with e.g. (n,n)

https://metacpan.org/dist/PDL


Database-Async-0.018


database interface for use with IO::Async

Changes for 0.018 - 2023-03-20T09:12:55+08:00
  • Bugs fixed

https://metacpan.org/dist/Database-Async



Net-Async-Slack-0.012


Slack realtime messaging API support for IO::Async

Changes for 0.012 - 2023-03-20T08:58:57+08:00
  • New features

https://metacpan.org/dist/Net-Async-Slack







SPVM-IO-0.20


File IO, Socket, Select/Polling.

Changes for 0.20 - 2023-03-20
  • Internal Compatible Changes

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



TAP-DOM-0.98


TAP as Document Object Model.

Changes for 0.98 - 2023-03-19
  • extend 'noempty_tap' logic to "not empty but no tap lines" (not relevant when 'preprocess_tap' is set)
  • distro hygiene

https://metacpan.org/dist/TAP-DOM



XML-Sig-0.63


A toolkit to help sign and verify XML Digital Signatures.

Changes for 0.63
  • Notable Changes since 0.59

https://metacpan.org/dist/XML-Sig


Crypt-Passphrase-Bcrypt-0.006


A bcrypt encoder for Crypt:😛assphrase

Changes for 0.006 - 2023-03-19T13:48:23+01:00
  • Support more prehash types (e.g. sha384 and sha512)

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



Crypt-Bcrypt-0.011


A modern bcrypt implementation

Changes for 0.011 - 2023-03-19T13:42:13+01:00
  • Add bcrypt_supported_prehashes()
  • Add support for prehashing with sha384 and sha512

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


XML-Enc-0.11


A toolkit to help encrypt and decrypt XML Digital Signatures.

Changes for 0.11
  • Major change since 0.08

https://metacpan.org/dist/XML-Enc


Excel-Writer-XLSX-1.11


Create a new file in the Excel 2007+ XLSX format.

Changes for 1.11 - 2023-03-19
  • Added support for simulated worksheet `autofit()`.
  • Refactored internal column property handling to allow column ranges to be overridden (a common UX expectation).
  • Add `quote_prefix` format property.
  • ! Add fix for forward/backward slash issue on Windows perl builds. Possibly introduced by a change in File::Find. Issue #284
  • ! Fix for duplicate number formats. Issue #283
  • ! Add fix for worksheets with tables and background images.
  • ! Replace/fix the worksheet protection password algorithm so that is works correctly for strings over 24 chars.

https://metacpan.org/dist/Excel-Writer-XLSX
#284 #283



App-Greple-xlate-0.18


translation support module for greple

Changes for 0.18 - 2023-03-19T11:20:45Z
  • introduce -R option
  • make debug message concise

https://metacpan.org/dist/App-Greple-xlate


HTML-Blitz-0.07


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

Changes for 0.07 - 2023-03-19
  • reduce dependencies by switching to 'feature' (i.e. 'no feature "indirect"') instead of 'indirect' and Test2 instead of Test::More, Test::Builder, Test::Fatal
  • extend basic benchmark to cover Mojo::Template, Text:🤐slate, HTML::Template, and HTML::Template:😛ro
  • include benchmark files in the distribution
  • add example to documentation for autogenerating script hashes from template files for CSP
  • extend test suite to cover more of HTML::Blitz::Builder, rule conflicts, and HTML syntax corner cases

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


Bencher-Scenario-Sort-BySpec-0.041


Benchmark Sort::BySpec (e.g. against Sort::ByExample, etc)

Changes for 0.041 - 2023-01-17
  • Rename module/dist Bencher-Scenario-{SortBySpec,Sort-BySpec}.

https://metacpan.org/release/PERLANCAR/Bencher-Scenario-Sort-BySpec-0.041



SPVM-Sys-0.45


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

Changes for 0.45 - 2022-06-21
  • Internal Compatible Changes

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



Net-SAML2-0.66-TRIAL


SAML bindings and protocol implementation

Changes for 0.66
  • 930f4af Increment version for another TRIAL release
  • 63db958 v0.65
  • 5023eda Update Changes for a TRIAL release

https://metacpan.org/dist/Net-SAML2

This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.