Skip to main content





String-Util-1.34


String processing utility functions

Changes for 1.34 - 2023-02-01

  • Re-release because the required Perl version was wrong

metacpan.org/dist/String-Util










RxPerl-v6.19.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.19.0 - 2023-02-01T14:48:40Z

  • added op_find, op_find_index, rx_iif and op_is_empty

metacpan.org/dist/RxPerl



BoardStreams-v0.0.32


An easy way to use WebSockets on the browser and on the server

Changes for v0.0.32 - 2023-02-01T13:13:48Z

  • updated to allow running with RxPerl v6.18.0

metacpan.org/dist/BoardStreams



RxPerl-v6.18.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.18.0 - 2023-02-01T13:05:04Z

  • BREAKING CHANGE: op_switch_map, op_merge_map, op_concat_map and op_exhaust_map accept a second index argument in their callbacks.
  • added op_switch_all, op_merge_all, op_concat_all and op_exhaust_all

metacpan.org/dist/RxPerl



Sereal-Encoder-5.002


Fast, compact, powerful binary serialization

Changes for 5.002

  • Fixup Decoder tests to run on perl 5.8 which has no defined-or.
  • Consolidated changes from 5.001_00x:
  • Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get this release working properly.
  • Test compatibility fixes when no perl is already installed.
  • Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.
  • Test compatibility fixes with version 3 and earlier.

metacpan.org/dist/Sereal-Encod…



Sereal-Decoder-5.002


Fast, compact, powerful binary deserialization

Changes for 5.002

  • Fixup Decoder tests to run on perl 5.8 which has no defined-or.
  • Consolidated changes from 5.001_00x:
  • Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get this release working properly.
  • Test compatibility fixes when no perl is already installed.
  • Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.
  • Test compatibility fixes with version 3 and earlier.

metacpan.org/dist/Sereal-Decod…



Sereal-5.002


Fast, compact, powerful binary (de-)serialization

Changes for 5.002

  • Fixup Decoder tests to run on perl 5.8 which has no defined-or.
  • Consolidated changes from 5.001_00x:
  • Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get this release working properly.
  • Test compatibility fixes when no perl is already installed.
  • Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.
  • Test compatibility fixes with version 3 and earlier.

metacpan.org/dist/Sereal



App-Greple-9.0101


extensible grep with lexical expression and region handling

Changes for 9.0101 - 2023-02-01T11:20:43Z

  • Fix a bug of handling empty block for -Mxlate module.

metacpan.org/dist/App-Greple




Sereal-Encoder-5.001_003


Fast, compact, powerful binary serialization

Changes for 5.001_003

  • Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get 5.001_00x working properly.

metacpan.org/dist/Sereal-Encod…



Sereal-Decoder-5.001_003


Fast, compact, powerful binary deserialization

Changes for 5.001_003

  • Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get 5.001_00x working properly.

metacpan.org/dist/Sereal-Decod…



Sereal-5.001_003


Fast, compact, powerful binary (de-)serialization

Changes for 5.001_003

  • Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get 5.001_00x working properly.

metacpan.org/dist/Sereal




Sereal-Encoder-5.001_002


Fast, compact, powerful binary serialization

Changes for 5.001_002

  • Test compatibility fixes when no perl is already installed.
  • Decoder: Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.

metacpan.org/dist/Sereal-Encod…



Sereal-Decoder-5.001_002


Fast, compact, powerful binary deserialization

Changes for 5.001_002

  • Test compatibility fixes when no perl is already installed.
  • Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.

metacpan.org/dist/Sereal-Decod…



Sereal-5.001_002


Fast, compact, powerful binary (de-)serialization

Changes for 5.001_002

  • Test compatibility fixes when no perl is already installed.
  • Decoder: Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.

metacpan.org/dist/Sereal



Business-GoCardless-0.37


Top level namespace for the Business::GoCardless set of modules

Changes for 0.37 - 2023-02-01

  • Add verified_at to Mandate object

metacpan.org/dist/Business-GoC…



Story-Interact-0.001007


tools for writing (and reading) an interactive story

Changes for 0.001007 - 2023-02-01

  • Added: Story::Interact::Harness::Test.
  • Factor out common story harness code into Story::Interact::Harness.

metacpan.org/dist/Story-Intera…



Test-CheckManifest-1.43


Check if your Manifest matches your distro

Changes for 1.43 - 2023-02-01T08:32:00Z

  • $home is usually given without trailing slash, the $files_in_skip is taken from MANIFEST.SKIP which usually contain regexes for files relative the $home. Therefore the remaining leading slashes in $localfile (thanks to bschmalhofer)
  • Fix home removal on Win32 (thanks to E. Choroba)
  • Replace string eval with block eval (thanks to Paul Cochrane)
  • various "infrastructure" changes (thanks to Paul Cochrane)

metacpan.org/dist/Test-CheckMa…



Data-Validate-OpenAPI-0.3.0


Validate and untaint input parameters via OpenAPI schema

Changes for 0.3.0 - 2023-02-01

  • Implemented checking for OpenAPI version.
  • Reordered validation checks in decreasing level of strictness.
  • Processing explicit value of allowEmptyValue.
  • Improved POD.

metacpan.org/dist/Data-Validat…




SPVM-0.9689


SPVM Language

Changes for 0.9689 - 2023-02-01

  • New Features
  • =head2 to_utf8_chars
  • Converts the $string to UTF-8 characters, and returns it.

metacpan.org/dist/SPVM




Data-ObjectDriver-0.22


Simple, transparent data interface, with caching

Changes for 0.22 - 2023-02-01T05:14:13Z

  • Clear %Handle cache if dbh is set to undef #42
  • Skip fork test on win32 #41

metacpan.org/dist/Data-ObjectD…

#42 #41



App-CSVUtils-1.004


CLI utilities related to CSV

Changes for 1.004 - 2023-02-01

  • Add utility: csv-sorted-rows.
  • Fix tab completion message (-f is now not the option for input_filename).

metacpan.org/dist/App-CSVUtils



Template-Plugin-DataPrinter-0.016


Template Toolkit dumper plugin using Data::Printer

Changes for 0.016 - 2023-02-01T14:10:19Z

  • Fix false-negative test failure with Data::Printer v1.1.0

metacpan.org/dist/Template-Plu…




RxPerl-v6.17.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.17.0 - 2023-02-01T00:29:42Z

  • added op_zip_with, rx_generate, is_observable, op_merge_with and op_skip_while
  • added rx_on_error_resume_next and op_on_error_resume_next_with

metacpan.org/dist/RxPerl



Acme-CPANModules-WorkingWithXLS-0.002


Working with Excel formats (XLS, XLSX) or other spreadsheet formats like LibreOffice Calc (ODS)

Changes for 0.002 - 2022-11-13

  • Add Data::XLSX::Parser.

metacpan.org/dist/Acme-CPANMod…



Date-Parse-Modern-0.4


Provide string to unixtime conversions

Changes for 0.4 - 2023-02-01

  • Support for two new string forms
  • Require Time::Local 1.26 because that's where timegm_local() was introduced
  • Handle error messages a little better
  • Better handle milliseconds, because they were breaking on Windows
  • Lots of work done on unit tests to make them work on older Perl's and Windows

metacpan.org/dist/Date-Parse-M…




Music-Chord-Progression-NRO-0.0305


Generate Neo-Riemann chord progressions

Changes for 0.0305 - 2023-01-31T14:56:55Z

  • Significantly cleaned and reorganized code.

metacpan.org/dist/Music-Chord-…



Music-Chord-Progression-NRO-0.0304


Generate Neo-Riemann chord progressions

Changes for 0.0304 - 2023-01-31T14:09:41Z

  • Fix forgotten default in docs!
  • Improve documentation.

metacpan.org/dist/Music-Chord-…




Geo-Coder-US-Census-0.06


Provides a Geo-Coding functionality for the US using geocoding.geo.census.gov

Changes for 0.06

  • Compress the traffic state and city are no longer optional Use JSON::MaybeXS instead of JSON Fix handling of states which include spaces in their name Fix handling of roads which include full stops in their names

metacpan.org/dist/Geo-Coder-US…



experimental-0.031


Experimental features made easy

Changes for 0.031 - 2023-01-31T22:46:02+01:00

  • Fix the name of the extra_paired_delimiters feature (previously mis-documented as extra_paired_delims)
  • Added "stable.pm", which acts like experimental.pm only for features which have been marked non-experimental in their current form, in later version of perl.

metacpan.org/dist/experimental




RxPerl-v6.16.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.16.0 - 2023-01-31T21:08:48Z

  • added op_reduce, rx_zip, op_every and op_element_at

metacpan.org/dist/RxPerl



Util-H2O-More-0.2.8


provides baptise, a drop-in replacement for bless; like if bless created accessors for you. This module also provides additional methods built using h2o or o2h from Util::H2O that allow for the incremental addition of OOP into existing or small scale Perl code without having to fully commit to a Perl OOP framework or compromise one's personal Perl style.

Changes for 0.2.8

  • added wrapper, Getopt2h2o that will 'require Getopts::Long' and then uses opt2h2o; it's perfect for hanging accessors on your commandline flag options

metacpan.org/dist/Util-H2O-Mor…



Music-Chord-Progression-NRO-0.0302


Generate Neo-Riemann chord progressions

Changes for 0.0302 - 2023-01-31T11:16:35Z

  • Improve documentation.
  • Improve the eg/* programs.

metacpan.org/dist/Music-Chord-…