Skip to main content



Math-Notation-PostfixInfix-2023.111.1


Math Notation for Postfix and Infix Expressions

Changes for 2023.111.1

  • added: use warning added; by CCELSO
  • added: license file created; by CCELSO
  • Fix: POD context; by CCELSO

metacpan.org/dist/Math-Notatio…



Data-Domain-1.09


Data description and validation

Changes for 1.09

  • fix one special case of warning 'redundant' that was omitted in the 1.07 fix

metacpan.org/dist/Data-Domain



Dancer2-Plugin-JWT-0.021


JSON Web Token made simple for Dancer2

Changes for 0.021 - 2023-04-21

  • Only check the cookie when set_cookie_header set (Stephen Thirlwall)

metacpan.org/dist/Dancer2-Plug…



Wikibase-Datatype-Print-0.09


Wikibase data types print.

Changes for 0.09 - 2023-04-21T21:13:56+02:00

  • Add doc for Wikibase::Datatype::Print::Form.
  • Add doc for Wikibase::Datatype::Print::Reference.
  • Add doc for Wikibase::Datatype::Print::Sense.
  • Improve printing of time.

metacpan.org/dist/Wikibase-Dat…



Geo-Coder-CA-0.14


Provides a Geo-Coding functionality using geocoder.ca for both Canada and the US.

Changes for 0.14

  • Calling new on an object now returns a clone rather than setting the defaults in the new object geocoder.ca is now HTTPS Changed croak to carp on API failure Remove unused modules Work around for github.com/nigelhorne/Geo-Code… which is a problem with does_carp_that_matches() in Test::Carp which I often have problems with

metacpan.org/dist/Geo-Coder-CA



Wikibase-Datatype-0.26


Wikibase data types.

Changes for 0.26 - 2023-04-21T20:18:03+02:00

  • Add check_datetime() utility.
  • Add date time check to Wikibase::Datatype::Value::Time.
  • Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::GrammaticalGender::Masculine.
  • Add doc for Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::InstanceOf::Human.
  • Fix example in Test::Shared::Fixture::Wikibase::Datatype::Value::Item::Wikidata::WikidataEntity.
  • Fix module doc description in Test::Shared::Fixture::Wikibase::Datatype::Snak::Wikidata::GivenName::Douglas.
  • Improve doc EXAMPLE in Wikibase::Datatype::Reference to something real.

metacpan.org/dist/Wikibase-Dat…




Crypt-Passphrase-Argon2-HSM-0.001


HSM encrypted Argon2 hashes for Crypt::Passphrase

Changes for 0.001 - 2023-04-21T16:36:19Z

  • Initial release to an unsuspecting world

metacpan.org/dist/Crypt-Passph…



SQL-SimpleOps-2023.111.1


SQL Simple Operations

Changes for 2023.111.1

  • fix: mkdir permission denied, logfile creation folder for non-root user; by CCELSO
  • fix: getLastSQL mismatch on syntax error condition; by CCELSO

metacpan.org/dist/SQL-SimpleOp…




Data-Compare-1.29


compare perl data structures

Changes for 1.29 - 2023-04-21

  • Skip taint-mode tests if perl was built without taint support

metacpan.org/dist/Data-Compare



SPVM-0.971001


SPVM Language

Changes for 0.971001 - 2023-04-21

  • New Features
  • Document Changes
  • Changes
  • Versioning Changes

metacpan.org/dist/SPVM



Fluent-LibFluentBit-0.02


Directly use libfluent-bit.so for high performance logging

Changes for 0.02 - 2023-04-20

  • Use Alien::FluentBit to get an actually-working .so (no more need for LD_PRELOAD)
  • Documentation fixes

metacpan.org/dist/Fluent-LibFl…



Alien-FluentBit-0.01


libfluent-bit.so and fluent-bit commandline tool

Changes for 0.01 - 2023-04-20

  • Initial release, with working from-source build and almost-working system-install detection, and custom fluent-bit.h

metacpan.org/release/NERDVANA/…



TableDataBundle-Locale-JP-City-0.002


Collection of TableData:: modules that contain list of cities in Japan

Changes for 0.002 - 2023-02-07

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

metacpan.org/dist/TableDataBun…





CPAN-Perl-Releases-5.20230420


Mapping Perl releases on CPAN to the location of the tarballs

Changes for 5.20230420

  • Change: 4cd1cb76991ac241deef0dc210175dc9367f6b5e Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-04-20 21:35:16 +0000

metacpan.org/dist/CPAN-Perl-Re…



StreamFinder-2.14


Fetch actual raw streamable URLs from various radio-station, video & podcast websites.

Changes for 2.14 - 2023-04-20

  • StreamFinder::PodcastAddict - Fix failure to fetch podcasts and episodes due to slight changes in their site.

metacpan.org/dist/StreamFinder





JSON-SIMD-1.04


JSON serialising/deserialising, done correctly and faster

Changes for 1.04

  • fix floating point precision issues with -Duselongdouble and -Dusequadmath
  • fix intermittent garbage in floating point numbers from encode with -Dusequadmath (fix taken from Cpanel::JSON::XS ad072b4)
  • fix build issue with "invalid register for .seh_savexmm"
  • drop common::sense as a direct dependency (it's still used via Types::Serialiser, though)
  • fix repository and issue tracker for CPAN (thanks to Gabor Szabo)

metacpan.org/dist/JSON-SIMD



Crypt-HSM-0.008


A PKCS11 interface for Perl

Changes for 0.008 - 2023-04-20T17:13:35+02:00

  • Deal with compilers insisting on naming unused arguments

metacpan.org/dist/Crypt-HSM



Crypt-Passphrase-Argon2-0.008


An Argon2 encoder for Crypt::Passphrase

Changes for 0.008 - 2023-04-20T17:04:51+02:00

  • Reorder recrypt_hash arguments
  • Make recrypt_hash return $input as fallback
  • Allow verification of unencrypted hashes in Crypt::Passphrase::Argon2::Encrypted

metacpan.org/dist/Crypt-Passph…




DBIx-SearchBuilder-1.76


Encapsulate SQL queries and rows in simple perl objects

Changes for 1.76 - 2023-04-20

  • Call DatabaseVersion instead to make sure we already retrieved the version (this is to fix a possible uninitialized warning on disconnect)

metacpan.org/dist/DBIx-SearchB…




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…