Skip to main content



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-…



HealthCheck-Diagnostic-DBHCheck-v1.0.0


Check a database handle to make sure you have read/write access

Changes for v1.0.0 - 2023-01-31T18:03:48Z

  • Update README and LICENSE (Andrew Hewus Fresh)
  • Pull in Makefile updates from PluginBundle (Andrew Hewus Fresh)
  • Fix POD syntax (Andrew Hewus Fresh)
  • Pull request #6: SM-3868 (Mitch McCracken)
  • Skip strict tests for t/author-pod-coverage.t (Mitch McCracken)
  • Add timeout support (Mitch McCracken)

metacpan.org/dist/HealthCheck-…

#6


RxPerl-v6.15.0


an implementation of Reactive Extensions / rxjs for Perl

Changes for v6.15.0 - 2023-01-31T17:14:35Z

  • added op_buffer_time, op_concat_with, op_count and op_default_if_empty
  • added rx_range

metacpan.org/dist/RxPerl





Zonemaster-Backend-10.0.1


A system for running Zonemaster tests asynchronously through an RPC-API

Changes for v10.0.1 - 2023-01-31

  • Fixes

metacpan.org/dist/Zonemaster-B…






Music-Chord-Progression-NRO-0.0301


Generate Neo-Riemann chord progressions

Changes for 0.0301 - 2023-01-31T07:39:23Z

  • Accidentally included a bogus file in my previous upload. Ugh.

metacpan.org/dist/Music-Chord-…



Music-Chord-Progression-NRO-0.0300


Generate Neo-Riemann chord progressions

Changes for 0.0300 - 2023-01-31T07:28:08Z

  • Improve documentation again.
  • Improve tests.
  • Fixed-up incorrect code.

metacpan.org/dist/Music-Chord-…








Music-Chord-Progression-NRO-0.0202


Generate Neo-Riemann chord progressions

Changes for 0.0202 - 2023-01-31T05:33:22Z

  • Define the initial chord quality (major or minor).
  • Updated tests.

metacpan.org/dist/Music-Chord-…



LaTeX-TOM-1.04


A module for parsing, analyzing, and manipulating LaTeX documents.

Changes for 1.04 - 2023-01-31

  • Merged development version to stable.

metacpan.org/dist/LaTeX-TOM



Music-Chord-Progression-NRO-0.0201


Generate Neo-Riemann chord progressions

Changes for 0.0201 - 2023-01-31T05:15:32Z

  • Build attributes for computed things.
  • Reduce code redundancy.

metacpan.org/dist/Music-Chord-…



Music-Chord-Progression-NRO-0.0200


Generate Neo-Riemann chord progressions

Changes for 0.0200 - 2023-01-31T04:44:31Z

  • Add the return format attribute.
  • Add the max attribute for circular transformations.
  • Add the ability to perform circular transformations.
  • Port the nro-chain program from my Music repo.
  • Update tests.

metacpan.org/dist/Music-Chord-…



App-Greple-xlate-0.02


translation support module for greple

Changes for 0.02 - 2023-01-31T12:39:26Z

  • convert all \s+ to single space for normalization

metacpan.org/dist/App-Greple-x…




Music-Chord-Progression-NRO-0.0100


Generate Neo-Riemann chord progressions

Changes for 0.0100 - 2023-01-31T03:22:02Z

  • Port the nro program from my Music repo.
  • Mint with Dist::Zilla.

metacpan.org/dist/Music-Chord-…



App-sdif-4.25.0


sdif and family tools, cdif and watchdiff

Changes for 4.25.0 - 2023-01-31T09:47:53Z

  • cdif do not compare words with null --unit= option

metacpan.org/dist/App-sdif



PICA-Data-2.06


PICA record processing

Changes for 2.06 - 2023-01-31T09:15:07Z

  • Fix default --level value in command line interface
  • Add PICA::Data::Field

metacpan.org/dist/PICA-Data