Skip to main content




Retry-Backoff-0.005


Retry a piece of code, with backoff strategies

Changes for 0.005 - 2023-01-08

  • No functional changes.
  • [doc] Update Synopsis.

metacpan.org/dist/Retry-Backof…




App-PDFUtils-0.013


Command-line utilities related to PDF files

Changes for 0.013 - 2022-10-07

  • [cli less-pdf-text] Switch to CLI::MetaUtil::Getopt::Long::Complete.

metacpan.org/dist/App-PDFUtils



Redis-2.000


Perl binding for Redis database

Changes for 2.000 - 2023-01-13T22:55:51+01:00

  • #166: add ssl, username and password args to redis sentinel (Merwan Ouddane)
  • #163: Add support for username/password AUTH (Joel Chornik)
  • #162: Retry socket connect if errno is EINTR (Michael Schout)
  • #158: Better fix of redis version in test (Michal Josef Špaček)
  • #156: Fix of test for multiple arguments in info command (Michal Josef Špaček)

metacpan.org/dist/Redis

#166 #163 #162 #158 #156

Mark Gardner reshared this.




Number-Phone-3.8099_02


base class for Number::Phone::* modules

Changes for 3.8099_02 - 2023-01-13

  • Bugfix for non-geo country codes - instantiate objects like: Number::Phone->new('GMSS::Iridium' => ...)

metacpan.org/dist/Number-Phone




GDGraph-1.56


Produces charts with GD

Changes for 1.56

  • Improve the language explaining the 2023 update. Docs-only change.

metacpan.org/dist/GDGraph



App-RPM-Spec-License-0.02


Tool for working with RPM spec file licenses.

Changes for 0.02 - 2023-01-13T13:50:20+01:00

  • Add -u command option to print unique licenses only.
  • Change example in doc to print duplicite license.
  • Update minimal dependencies.

metacpan.org/dist/App-RPM-Spec…





FASTX-Reader-1.9.0


A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.

Changes for 1.9.0 - 2023-01-12

  • Added `slice(from, len)` method to FASTX::Seq (works as substr)
  • Added `string()` method to get the sequence as a string (FASTQ or FASTA according to the record), with `as_string()` as alias
  • Added `is_fasta()` and `is_fastq()` methods to FASTX::Seq
  • Added `as_fasta()` and `as_fastq()` aliases to FASTX::Seq (for syntax consistency)

metacpan.org/dist/FASTX-Reader



App-DBBrowser-2.313


Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.

Changes for 2.313 - 2023-01-13

  • Bugfix in first_column_is_autoincrement.
  • Update attach/detach SQLite databases.

metacpan.org/dist/App-DBBrowse…



WebService-HashiCorp-Vault-0.02


Perl API for HashiCorp's Vault

Changes for 0.02 - 2022-01-13

  • Add put/delete functions to auth and audit PR#12 thanks to @yewtc
  • Correct pod from GH#10
  • Rename TEST_AUTHOR to AUTHOR_TESTING for GH#13

metacpan.org/dist/WebService-H…



SPVM-0.9681


SPVM Language

Changes for 0.9681 - 2022-01-13

  • New Features
  • Incompative Changes
  • Internal Compatible Changes

metacpan.org/dist/SPVM




Nice-Try-v1.3.3


A real Try Catch Block Implementation Using Perl Filter

Changes for v1.3.3 - 2023-01-13T15:01:04Z

  • Fixed block 'finally' not called when dying in 'catch' block

metacpan.org/dist/Nice-Try



Nice-Try-v1.3.2


A real Try Catch Block Implementation Using Perl Filter

Changes for v1.3.2 - 2023-01-13T08:01:50Z

  • Correcting a mishandling of return in try-catch block

metacpan.org/dist/Nice-Try



App-PDFUtils-0.012


Command-line utilities related to PDF files

Changes for 0.012 - 2022-10-07

  • Add CLI: less-pdf-text.
  • convert_pdf_to_text(): Add argument 'raw'.

metacpan.org/dist/App-PDFUtils



Mail-AuthenticationResults-2.20230112


Object Oriented Authentication-Results Headers

Changes for 2.20230112 - 2023-01-12T22:49:04+00:00

  • Add parser method to parse json serialized object back into the object(s) it represents

metacpan.org/dist/Mail-Authent…



Number-Phone-3.8099_01


base class for Number::Phone::* modules

Changes for 3.8099_01 - 2023-01-12

  • Bug fix: NANP toll-free numbers corrected. 833 area code now supported, and regex fixed to only match when the B and C digits are the same, so 800 is toll-free, 888 is toll-free, but 808 is not. See github.com/DrHyde/perl-modules…
  • Bug fix: NANP 1-600 area code is non-geographic. See github.com/DrHyde/perl-modules…
  • Workaround: OFCOM have the wrong number length for the +44 800 716 range, we now have an egregious hack to work around that. See github.com/DrHyde/perl-modules…
  • No longer auto-tested on 5.10 because a 'make test'-time dependency (Test::Deep) no longer supports that.
  • Data updates

metacpan.org/dist/Number-Phone













Geo-Coder-OpenCage-0.34


Forward and reverse geocoding with the OpenCage Geocoding API

Changes for 0.34 - 2022-01-12

  • support address_only optional param
  • optionally specify http => 1 in object creation to make requests via http rather than https
  • avoid duplicate POD

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



PDL-Transform-Color-1.007


Useful color system conversions for PDL

Changes for 1.007 - 2023-01-12

  • fixes for f_lab including tests - thanks @stphnlyd
  • minimum Perl 5.10
  • switch to using PDL::Graphics::ColorSpace for both speed and correctness

metacpan.org/dist/PDL-Transfor…




MooX-Const-v0.6.1


Syntactic sugar for constant and write-once Moo attributes

Changes for v0.6.1 - 2023-01-12T14:25:42+00:00

  • No changes sicne v0.6.0.

metacpan.org/dist/MooX-Const



PDL-Graphics-ColorSpace-0.203


defines RGB space conversion parameters and white points.

Changes for 0.203 - 2023-01-12

  • fix xyY_to_xyz to have Y of 1

metacpan.org/dist/PDL-Graphics…



CPAN-Meta-Prereqs-Filter-0.006


Filtering various things out of CPAN::Meta::Prereqs

Changes for 0.006 - 2023-01-12T14:26:39+01:00

  • Also sanatize on lesser version in dependent phase

metacpan.org/dist/CPAN-Meta-Pr…



GDGraph-1.55


Produces charts with GD

Changes for 1.55


metacpan.org/dist/GDGraph



App-DBBrowser-2.312


Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.

Changes for 2.312 - 2023-01-12

  • Removed option 'auto_limit'.

metacpan.org/dist/App-DBBrowse…






Proch-N50-1.5.5


a small module to calculate N50 (total size, and total number of sequences) for a FASTA or FASTQ file. It's easy to install, with minimal dependencies.

Changes for 1.5.5 - 2023-01-11

  • Fixing tests for non verbose continuous integration systems
  • Testing fu-extract with a list file

metacpan.org/dist/Proch-N50



Getopt-App-0.12


Write and test your script with ease

Changes for 0.12 - 2023-01-12T17:45:46Z

  • Made capture() more robust

metacpan.org/dist/Getopt-App



App-DBBrowser-2.311


Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.

Changes for 2.311 - 2023-01-12

  • SQLite: 'sqlite_'-tables are system tables.
  • No reconnect database after create/drop table.
  • Bugfix in first_column_is_autoincrement.
  • Bugfix in get_join_info.

metacpan.org/dist/App-DBBrowse…




Pod-Weaver-4.019


weave together a Pod document from an outline

Changes for 4.019 - 2023-01-11T21:59:08-05:00

  • update dist metadata
  • update a test to pass under Test2::Harness (even though I'm not sure why I had to!)

metacpan.org/dist/Pod-Weaver



PDL-Graphics-ColorSpace-0.202


defines RGB space conversion parameters and white points.

Changes for 0.202 - 2023-01-12

  • no need to supply mstar for add_rgb_space
  • can supply add_rgb_space-format hash-ref to the relevant functions
  • add rgb_to_lab, lab_to_rgb, rgb_{to,from}_linear
  • add lsRGB colour space
  • operations can work inplace

metacpan.org/dist/PDL-Graphics…



Dist-Zilla-Plugin-PodWeaver-4.010


weave your Pod together from configuration and Dist::Zilla

Changes for 4.010 - 2023-01-11T21:37:17-05:00

  • plugins now requires Dist::Zilla v6
  • update distribution metadata
  • By default, will munge :PerlExecFiles instead of :ExecFiles. I do not suspect this will cause any problems, but it can be reverted if it does!

metacpan.org/dist/Dist-Zilla-P…