Skip to main content



Wikibase-Cache-Backend-Basic-0.01


Wikibase cache backend to local static basic ids (units, common properties).

Changes for 0.01 - 2023-04-05T23:30:55+02:00

  • First version.

metacpan.org/release/SKIM/Wiki…




Crypt-HSM-0.005


A PKCS11 interface for Perl

Changes for 0.005 - 2023-04-05T23:20:57+02:00

  • Make refcounting implementation compile without atomics
  • Make verify throw exceptions on error
  • Move MIN definition up to fix compilation issues
  • Explicitly ask ppport.h for mg_findext

metacpan.org/dist/Crypt-HSM



Test-Compile-v3.2.2


Assert that your Perl files compile OK.

Changes for v3.2.2 - 2023-04-06

  • Finally understand (and fix?) the test failures on windows

metacpan.org/dist/Test-Compile





Astro-FITS-CFITSIO-FileName-0.06


parse and generate CFITSIO extended file names.

Changes for 0.06 - 2023-04-05T13:45:22-04:00

  • API CHANGE
  • ENHANCEMENT
  • INTERNALS

metacpan.org/dist/Astro-FITS-C…





PerlPowerTools-1.033_03


BSD utilities written in pure Perl

Changes for 1.033_03 - 2023-04-05T11:43:15Z

  • echo with no arguments now emits a newline, from Michael Mikonos

metacpan.org/dist/PerlPowerToo…




App-dirdim-0.043


Counts the numbers of files just under the specified director(y/ies).

Changes for 0.043 - 2023-04-05


metacpan.org/dist/App-dirdim



Type-Tiny-2.004000


tiny, yet Moo(se)-compatible type constraint

Changes for 2.004000 - 2023-04-05

  • Documentation
  • Packaging

metacpan.org/dist/Type-Tiny




Test-Compile-v3.2.1


Assert that your Perl files compile OK.

Changes for v3.2.1 - 2023-04-05

  • Try to resolve some issues highlighted by CpanTesters

metacpan.org/dist/Test-Compile



App-dirdim-0.041


Changes for 0.041 - 2023-04-05

  • 潜在的な"貢献者"にソースコードの大元を発見してもらいやすくするために META_MERGE の項目を書いた。
  • さらに .gitignoreに5項目を追加。
  • 他に、英語版のHelpを書いた。dirdim --helpは日本語、perldoc App::dirdim は日本語とした。
  • 2次情報の出力の書式を変えた。さらに簡潔になるように。
  • totalを出力するようにした。
  • ディレクトリでシンボリックリンクファイルを数えていなかったのを、デバッグして数えるようにした。

metacpan.org/dist/App-dirdim




SPVM-Regex-0.23


Regular Expressions

Changes for 0.23 - 2023-04-05

  • Exception Message Improvement
  • Document Improvement
  • License Change

metacpan.org/dist/SPVM-Regex






Config-Tiny-2.29


Read/Write .ini style files with as little code as possible

Changes for 2.29 - 2023-04-05T12:53:00Z

  • Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again. Thanx to Andrew Daugherity for the patch.
  • Update versiojnn # in t/02.main.t.

metacpan.org/dist/Config-Tiny




App-PMUtils-0.743


Command-line utilities related to Perl modules

Changes for 0.743 - 2023-01-28

  • [cli pmlist][bugfix] '/' (from completion) etc were not yet normalized to '::'.

metacpan.org/dist/App-PMUtils





DBD-Pg-3.16.3


DBI PostgreSQL interface

Changes for 3.16.3

  • Fix to remove MYMETA files added by mistake to tarball

metacpan.org/dist/DBD-Pg



DBD-Pg-3.16.2


DBI PostgreSQL interface

Changes for 3.16.2

  • Force test suite to use a specific shell for the initdb command
  • Revert to using META.yml, and generate MYMETA.* files (Github issue #111) (Github issue #113)

metacpan.org/dist/DBD-Pg

#111 #113


MooX-Role-HasLogger-0.001002


Moo role that provides a logger attribute

Changes for 0.001002 - 2023-04-04

  • set minimum perl version
  • update prerequisites
  • add author extensions
  • configure "provides" META.yml field
  • rename and update readme

metacpan.org/dist/MooX-Role-Ha…





Data-Password-zxcvbn-German-1.0.2


Dropbox's password estimation logic, with German defaults

Changes for 1.0.2 - 2023-04-04T15:54:47+01:00

  • *actually* re-generate dictionaries with the new serialisation; perl 5.18 couldn't parse the previous one

metacpan.org/dist/Data-Passwor…



Data-Password-zxcvbn-French-1.0.2


Dropbox's password estimation logic, with French defaults

Changes for 1.0.2 - 2023-04-04T15:52:53+01:00

  • *actually* re-generate dictionaries with the new serialisation; perl 5.18 couldn't parse the previous one

metacpan.org/dist/Data-Passwor…



Data-Password-zxcvbn-1.1.2


Dropbox's password estimation logic

Changes for 1.1.2 - 2023-04-04T15:50:54+01:00

  • *actually* re-generate dictionaries with the new serialisation; perl 5.18 couldn't parse the previous one

metacpan.org/dist/Data-Passwor…



Plack-Middleware-Auth-JWT-0.907


Token-based Auth (aka Bearer Token) using JSON Web Tokens (JWT)

Changes for 0.907 - 2023-04-04T16:17:16+02:00

  • remove "at /Foo/Bar.pm line 123" from error message
  • render error message as json when Accept headers is set to application/json
  • add 'ident' to json error and set it to token_expired for the special case when the token is expired (becuase the error returned by Crypt::JWT is a bit ... cryptic

metacpan.org/dist/Plack-Middle…



Crypt-Passphrase-0.015


A module for managing passwords in a cryptographically agile manner

Changes for 0.015 - 2023-04-04T15:54:56+02:00

  • Fix compilation issue on perls < 5.22.0

metacpan.org/dist/Crypt-Passph…





Math-Roman-1.10


Arbitrary sized Roman numbers and conversion from and to Arabic.

Changes for 1.10 - 2023-04-03

  • Update documentation.

metacpan.org/dist/Math-Roman



Data-Password-zxcvbn-German-1.0.1


Dropbox's password estimation logic, with German defaults

Changes for 1.0.1 - 2023-04-04T10:45:51+01:00

  • change serialisation of dictionaries, some cpantesters had problems parsing them
  • fix dependency versions

metacpan.org/dist/Data-Passwor…



Data-Password-zxcvbn-French-1.0.1


Dropbox's password estimation logic, with French defaults

Changes for 1.0.1 - 2023-04-04T10:44:53+01:00

  • change serialisation of dictionaries, some cpantesters had problems parsing them
  • fix dependency versions

metacpan.org/dist/Data-Passwor…



Data-Password-zxcvbn-1.1.1


Dropbox's password estimation logic

Changes for 1.1.1 - 2023-04-04T10:43:32+01:00

  • change serialisation of dictionaries, some cpantesters had problems parsing them
  • fix dependency versions

metacpan.org/dist/Data-Passwor…



Data-Password-zxcvbn-AuthorTools-1.0.2


collection of tools to simplify building zxcvbn distributions

Changes for 1.0.2 - 2023-04-04T10:41:29+01:00

  • change serialisation of dictionaries, some cpantesters had problems parsing them
  • fix dependency versions in minted libraries

metacpan.org/dist/Data-Passwor…





App-Prove-Plugin-KohaBootstrap-0.01


prove plugin to run Koha tests on a separate database

Changes for 0.01

  • First version, released on an unsuspecting world.

metacpan.org/release/JAJM/App-…