Sah-Schemas-Perl-0.047
Sah schemas related to Perl
Changes for 0.047 - 2023-01-14
- Add schemas: perl::module::release::version{,s}.
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.
Module-Release-Select-0.001
Notation to select release(s)
Changes for 0.001 - 2023-01-13
- First release.
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.
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)
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' => ...)
GDGraph-1.56
Produces charts with GD
Changes for 1.56
- Improve the language explaining the 2023 update. Docs-only change.
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.
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)
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.
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
SPVM-0.9681
SPVM Language
Changes for 0.9681 - 2022-01-13
- New Features
- Incompative Changes
- Internal Compatible Changes
Story-Interact-0.001003
tools for writing (and reading) an interactive story
Changes for 0.001003 - 2023-01-13
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
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
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'.
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
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
JavaScript-QuickJS-0.17
Run JavaScript via QuickJS in Perl
Changes for 0.17
- Add Windows support.
- Fix a leftover debugging artifact.
Object-Pad-0.78
a simple syntax for lexical field-based objects
Changes for 0.78 - 2023-01-12
- BUGFIXES
XS-Parse-Keyword-0.32
XS functions to assist in parsing keyword syntax
Changes for 0.32 - 2023-01-12
- BUGFIXES
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
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
App-RPM-Spec-License-0.01
Tool for working with RPM spec file licenses.
Changes for 0.01 - 2023-01-12T15:37:52+01:00
- First version.
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.
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
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
GDGraph-1.55
Produces charts with GD
Changes for 1.55
- Fix failing XBM test resulting from some upstream changes Fixes: rt.cpan.org/Ticket/Display.htm…
- Skip samples tests if libgd has image support disabled, which is the default starting with version 2.3.3. See: github.com/libgd/libgd/issues/…
App-DBBrowser-2.312
Browse SQLite/MySQL/PostgreSQL databases and their tables interactively.
Changes for 2.312 - 2023-01-12
- Removed option 'auto_limit'.
FASTX-Reader-1.9.0-TRIAL
A simple module to parse FASTA and FASTQ files, supporting compressed files and paired-ends.
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
Getopt-App-0.12
Write and test your script with ease
Changes for 0.12 - 2023-01-12T17:45:46Z
- Made capture() more robust
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.
Quote-Ref-0.04
qw for array/hash references
Changes for 0.04 - 2023-01-12
- Fix a test failure with perl v5.37.4+.
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!)
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
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!