Skip to main content



Crypt-Passphrase-HSM-0.003


A hasher using hardware for Crypt::Passphrase

Changes for 0.003 - 2023-04-20T14:21:52Z

  • Change Crypt::Passphrase::HSM to a salt+pepper construct

metacpan.org/dist/Crypt-Passph…





App-RouterColorizer-1.231100


Colorize router CLI output

Changes for 1.231100 - 2023-04-20T03:11:30+00:00

  • Joelle Maslak <jmaslak@antelope.net>
  • [feature] Colorize Arista "show bgp rpki cache"

metacpan.org/dist/App-RouterCo…




TableDataBundle-Lingua-Word-EN-Noun-0.003


Collection of TableData:: modules that contain English nouns

Changes for 0.003 - 2021-06-01

  • Rename from TablesCollection-Words-EN-Nouns to TableDataBundle::Lingua::Word::EN::Noun. Follow TableData 0.2.0.

metacpan.org/dist/TableDataBun…



Crypt-Passphrase-HSM-0.002


A hasher using hardware for Crypt::Passphrase

Changes for 0.002 - 2023-04-20T01:12:29Z

  • Add Crypt::Passphrase::HSM
  • Rename dist to Crypt-Passphrase-HSM

metacpan.org/release/LEONT/Cry…






Redis-Cluster-Fast-0.088


A fast perl binding for Redis Cluster

Changes for 0.088 - 2023-04-19T17:56:38Z

  • Fix for future maintainability.
  • Adjust cpanfile.

metacpan.org/dist/Redis-Cluste…



Crypt-HSM-0.007


A PKCS11 interface for Perl

Changes for 0.007 - 2023-04-19T16:32:09+02:00

  • Add streaming interfaces

metacpan.org/dist/Crypt-HSM



XML-Grammar-Fortune-Synd-0.0400


Provides syndication for a set of XML-Grammar-Fortune files.

Changes for 0.0400 - 2023-04-19

  • Write the YAML only on change.
  • Explicit imports.

metacpan.org/dist/XML-Grammar-…




Sereal-Encoder-5.004


Fast, compact, powerful binary serialization

Changes for 5.004

  • Decoder fixes: Fix thaw ordering for frozen objects. Nested THAW operations now happen in the documented LIFO order. Thanks to Marco Fontani for the report.

metacpan.org/dist/Sereal-Encod…



Sereal-Decoder-5.004


Fast, compact, powerful binary deserialization

Changes for 5.004

  • Fix thaw ordering for frozen objects. Nested THAW operations now happen in the documented LIFO order. Thanks to Marco Fontani for the report.

metacpan.org/dist/Sereal-Decod…



Sereal-5.004


Fast, compact, powerful binary (de-)serialization

Changes for 5.004

  • Decoder fixes: Fix thaw ordering for frozen objects. Nested THAW operations now happen in the documented LIFO order. Thanks to Marco Fontani for the report.

metacpan.org/dist/Sereal



Function-Parameters-2.002003


define functions and methods with parameter lists ("subroutine signatures")

Changes for 2.002003 - 2023-04-19

  • Fix line numbers after inlined type checks (gh #42). Previously, the code for type checks was inlined literally, so if a particular check took 5 lines of code, all the following line numbers in the source file would be off by 5 (they would be "pushed down" by the interpolated code). These bad line numbers would show up in error messages from Perl (including warn and die) as well as __LINE__ and caller (and thus stack traces).

metacpan.org/dist/Function-Par…

#42



App-MechaCPAN-0.29


Mechanize the installation of CPAN things.

Changes for 0.29 - 2023-04-18T23:32:58Z

  • Add support to install from a cpanfile without using Deploy
  • Add feature to download prebuilt binries for popular linux distros
  • Improve SSL handling
  • Fix bug where install couldn't handle modules with names starting with git
  • Fix bug where install couldn't handle modules starting with git
  • Fix bug that prevented reusable perls from being threaded

metacpan.org/dist/App-MechaCPA…



Astro-Catalog-4.37


A generic astronomical catalog class

Changes for 4.37 - 2023-04-18

  • Tk::AstroCatalog window now resizable.
  • JCMT format updated with addition of proper motion and parallax.
  • More consistent spelling of catalog.

metacpan.org/dist/Astro-Catalo…



App-SourcePlot-1.31


A simple astronomical source plotter

Changes for 1.31 - 2023-04-18

  • Updated the included JCMT pointing catalog.

metacpan.org/dist/App-SourcePl…




TableDataBundle-Lingua-Word-EN-Adverb-0.003


Collection of TableData:: modules that contain English adverbs

Changes for 0.003 - 2023-02-07

  • No data changes.
  • [build] Use TableData dzil & pod weaver plugin for nicer POD.

metacpan.org/dist/TableDataBun…



Module-Build-Tiny-0.043


A tiny replacement for Module::Build

Changes for 0.043 - 2023-04-19T02:05:14+02:00

  • Fix manification test for perls without man paths

metacpan.org/dist/Module-Build…



Module-Build-Tiny-0.042


A tiny replacement for Module::Build

Changes for 0.042 - 2023-04-18T23:32:40+02:00

  • Restore manpage generation

metacpan.org/dist/Module-Build…





JSON-SIMD-1.03


JSON serialising/deserialising, done correctly and faster

Changes for 1.03

  • fix hardcoded g++ in Makefile
  • document requirements and incompatibilites

metacpan.org/dist/JSON-SIMD




Playwright-1.324


Perl client for Playwright

Changes for 1.324 - 2023-04-18

  • Ensure all PW methods returning Locator objects are correctly blessed

metacpan.org/dist/Playwright




Perl-Tidy-Sweetened-1.20


Tweaks to Perl::Tidy to support some syntactic sugar

Changes for 1.20

  • Adds support for Object::Pad Thanks for @jonassmedegaard for the issue and patch. Upgrades Perl::Tidy dependency to v20230309. [Upgrade recommended for imporovement in Perl::Tidy and particularly if you use Object::Pad]

metacpan.org/dist/Perl-Tidy-Sw…



Valiant-0.001022


Validation Library and more

Changes for 0.001022

  • Improved some error reporting and messaging
  • Catalyst View can now import methods from the controller and context
  • fixes to bugs in the view imported tags
  • mostly invisible changes to the way we create form builders to set the groundwork for bigger changes in the future

metacpan.org/dist/Valiant



Perl-Tidy-Sweetened-1.19


Tweaks to Perl::Tidy to support some syntactic sugar

Changes for 1.19

  • Updates Perl::Tidy dependency (GH#23) Thanks to @shancock9 this release of Perl::Tidy resolves @dboehmer's issues where 'Use of uninitialized value $body' error messages are printed.
  • Updates the repo and bugtracker urls to use https (PR #22) Thanks @szabgab for the PR.
  • Upgrade recommended.

metacpan.org/dist/Perl-Tidy-Sw…

#22




Calendar-Indonesia-Holiday-0.349


List Indonesian public holidays

Changes for 0.349 - 2023-04-18

  • Revise 2023 joint leave days for Eid Al-Fitr (Apr 21,24,25,26 -> 19,20,21,24,25).

metacpan.org/dist/Calendar-Ind…




Playwright-1.323


Perl client for Playwright

Changes for 1.323 - 2023-04-17

  • Ensure temporary files used for IPC by await() are cleaned out of /tmp. Patch courtesy of Yanick Champoux.
  • Add experimental support for the locator API via Page->locator().

metacpan.org/dist/Playwright





Astro-WaveBand-0.10


Transparently work in waveband, wavelength or filter

Changes for 0.10 - 2023-04-17

  • Add Namakanui receivers for JCMT.

metacpan.org/dist/Astro-WaveBa…




Astro-Coords-0.21


Class for handling astronomical coordinates

Changes for 0.21 - 2023-04-17

  • Check for requests for more than 9 decimal places, which can cause an overflow from PAL functions.
  • Use str_ndp for Angle in_format('array').

metacpan.org/dist/Astro-Coords



TableDataBundle-Lingua-Word-EN-Adjective-0.003


Collection of TableData:: modules that contain English adjectives

Changes for 0.003 - 2023-02-07

  • No data changes.
  • [build] Use TableData dzil & pod weaver plugin for nicer POD.

metacpan.org/dist/TableDataBun…



Wikibase-Datatype-Print-0.08


Wikibase data types print.

Changes for 0.08 - 2023-04-18T01:48:41+02:00

  • Add doc for Wikibase::Datatype::Print::MediainfoStatement.
  • Add error check to Wikibase::Datatype::Print::Value::Time.
  • Add test for Utils::print_common().
  • Add tests for Wikibase::Datatype::Print::Value.
  • Fix minimal dependency for Test::Shared::Fixture::Wikibase::Datatype::MediainfoStatement::Commons::Depicts::Human.

metacpan.org/dist/Wikibase-Dat…



Language-FormulaEngine-0.07


Evaluator for spreadsheet-style function expressions

Changes for 0.07 - 2023-04-17

  • New Formula object for tracking a parse tree along with its original formula text and associated engine.
  • New 'simplify' method for removing constant terms from formula
  • New compiler output_api 'function_of_vars_no_default'

metacpan.org/dist/Language-For…




SQL-SimpleOps-2023.106.1


SQL Simple Operations

Changes for 2023.106.1

  • added: use warnings added; by CCELSO
  • added: license file created; by CCELSO
  • change: Makefile.pl tester review; by CCELSO
  • fix: POD text; by CCELSO

metacpan.org/dist/SQL-SimpleOp…