Skip to main content



Test-Dependencies-0.31


Verify dependencies in META.yml, META.json or cpanfile

Changes for 0.31 - 2023-05-07

  • Strip __END__ and __DATA__ sections before searching the code
  • Prevent loading of CPAN::Meta and File::Find::Rule when 'legacy' feature is disabled
  • Check that File::Find::Rule::Perl is installed for all tests

metacpan.org/dist/Test-Depende…



Geo-FIT-1.10


Decode Garmin FIT files

Changes for 1.10 - 2023-05-07

  • Fix for backward compatibility with Perl versions prior to 5.20 in fields_list() method

metacpan.org/dist/Geo-FIT




PAR-Dist-0.52


Create and manipulate PAR distributions

Changes for 0.52 - 2023-06-07

  • change bugtracker to GitHub issues
  • quote all version numbers in META.yml files in test *.par files to avoid CPAN Testers failures like cpantesters.org/cpan/report/97…

metacpan.org/dist/PAR-Dist




assign-0.0.5


Enable Destructuring Assignment Syntax in Perl

Changes for 0.0.5

  • Add Implementation section to the doc
  • Support assignment statements without declarators

metacpan.org/dist/assign





assign-0.0.3


Enable Destructuring Assignment Syntax in Perl

Changes for 0.0.3

  • Refactor code to be more generic
  • Support "our" declarations

metacpan.org/dist/assign











Finance-Quote-1.54_03


Get stock and mutual fund quotes from various exchanges

Changes for 1.54_03 - 2023-05-06T17:07:47-07:00

  • URL Change for MorningstarJP. Issue #261
  • Regex fix in FTfunds.pm and changed test cases ftfunds.t. PR #262

metacpan.org/dist/Finance-Quot…

#261 #262


Bencher-Scenarios-Algorithm-Diff-0.002


Scenarios to benchmark Algorithm::Diff

Changes for 0.002 - 2023-01-18

  • Rename module/dist Bencher-Scenarios-Algorithm{,-}Diff.

metacpan.org/release/PERLANCAR…




assign-0.0.2


Enable Destructuring Assignment Syntax in Perl

Changes for 0.0.2

  • First destructuring assignment form works

metacpan.org/dist/assign



Finance-Quote-1.5402


Get stock and mutual fund quotes from various exchanges

Changes for 1.5402 - 2023-05-06T15:09:44-07:00

  • URL Change for MorningstarJP. Issue #261
  • Regex fix in FTfunds.pm and changed test cases ftfunds.t. PR #262

metacpan.org/dist/Finance-Quot…

#261 #262


Finance-Quote-1.5401


Get stock and mutual fund quotes from various exchanges

Changes for 1.5401 - 2023-05-06T14:38:38-07:00

  • URL Change for MorningstarJP. Issue #261
  • Regex fix in FTfunds.pm and changed test cases ftfunds.t. PR #262

metacpan.org/dist/Finance-Quot…

#261 #262


Data-OptList-0.114


parse and validate simple name/value option pairs

Changes for 0.114 - 2023-05-06T17:25:36-04:00

  • Data::OptList now requires perl v5.12.0
  • tests no longer add "-T" to shebang, so do not invoke taint mode

metacpan.org/dist/Data-OptList




WebService-IdoitAPI-v0.2.1


a library to access the i-doit JSON RPC API

Changes for v0.2.1

  • move author tests to xt/
  • remove links to CPAN ratings, fix #148066

metacpan.org/dist/WebService-I…







App-SmokeBrew-Plugin-BINGOS-1.00


a smokebrew plugin to configure things like BINGOS does

Changes for 1.00

  • Change: dd55ba943e6a750478db51cc1c3a10f5bdd3965c Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-05-06 10:38:42 +0000
  • Plus 8 releases after 2018-05-07 00:00:00 +0000.

metacpan.org/dist/App-SmokeBre…





Dist-Zilla-Plugin-TableData-0.002


Plugin to use when building TableData::* distribution

Changes for 0.002 - 2023-02-10

  • Get row count using get_row_count() and not by iterating the rows, to handle table with infinite rows.

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



Geo-FIT-1.09


Decode Garmin FIT files

Changes for 1.09 - 2023-05-05

  • New method: fields_defined()
  • Methods that are now functions: message_name(), message_number(), field_name(), field_number()
  • Removed documentation of class method protocol_version_string()
  • Minor tweaks to allow the pytrainer Python application to use fit2tcx.pl and Geo/FIT.pm

metacpan.org/dist/Geo-FIT



FFI-Platypus-2.08


Write Perl bindings to non-Perl libraries with FFI. No XS required.

Changes for 2.08 - 2023-05-05T15:48:53Z

  • Updated non-binding support for Perls to match the policy of the Perl toolchain (Perls older than 10 years old are unsupported, with a one-time exception of Perl 5.16). The intent is not to suddenly drop support for older Perls, but the FFI-Platypus team may take advantage of features in supported Perls that will effectively remove compatability with unsupported Perls.
  • Documentation improvements (gh#392)

metacpan.org/dist/FFI-Platypus




Alien-Build-2.79


Build external dependencies for use in CPAN

Changes for 2.79 - 2023-05-05T15:08:46Z

  • Updated non-binding support for Perls to match the policy of the Perl toolchain (Perls older than 10 years old are unsupported, with a one-time exception of Perl 5.16). The intent is not to suddenly drop support for older Perls, but the Alien-Build team may take advantage of features in supported Perls that will effectively remove compatability with unsupported Perls.

metacpan.org/dist/Alien-Build





Test-File-Cmp-0.05


Test routine for file comparison independent of CRLF or LF line endings.

Changes for 0.05 - 2023-05-05

  • POD: minor fix

metacpan.org/dist/Test-File-Cm…



Dist-Zilla-PluginBundle-Author-GSG-v0.5.0


Grant Street Group CPAN dists

Changes for v0.5.0 - 2023-05-05T16:41:48Z

  • Update README (Andrew Hewus Fresh)
  • Pull request #19: SM-4192 - Add HasVersionTests (Andrew Hewus Fresh)
  • Add the HasVersionTests Plugin to our PluginBundle (Andrew Hewus Fresh)
  • Changes for updated Plugin (Andrew Hewus Fresh)

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

#19




Perl-Critic-TooMuchCode-0.19


perlcritic add-ons that generally check for dead code.

Changes for 0.19

  • Released at 2023-05-05T21:24:23+0900
  • ProhibitDuplicateLiteral: Improve description by including the literal and excluding line and column numbers.
  • ProhibitDuplicateSub: Allow multiple BEGIN, UNITCHECK, CHECK, INIT and END code blocks
  • Some improvements of documentation.

metacpan.org/dist/Perl-Critic-…



Crypt-Passphrase-Argon2-HSM-0.003


HSM encrypted Argon2 hashes for Crypt::Passphrase

Changes for 0.003 - 2023-05-05T12:51:11Z

  • Adapt tests to latest Crypt::Passphrase::Argon2::Encrypted

metacpan.org/dist/Crypt-Passph…




SPVM-0.972


SPVM Language

Changes for 0.972 - 2023-05-04

  • New Features
  • Changes
  • Incompatible Changes and Breaking Binary Compatibility
  • Deprecation and New Features

metacpan.org/dist/SPVM




Open-This-0.000032


Try to Do the Right Thing when opening files

Changes for 0.000032 - 2023-05-05T02:22:25Z

  • Make boolean check pass for Perl 5.37 (GH#49) (Olaf Alders)

metacpan.org/dist/Open-This