Skip to main content




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





Crypt-Passphrase-Argon2-AES-0.004


A peppered AES-encrypted Argon2 encoder for Crypt::Passphrase

Changes for 0.004 - 2023-05-05T02:22:23Z

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

metacpan.org/dist/Crypt-Passph…



SPVM-Regex-0.241001


Regular Expressions

Changes for 0.241001 - 2023-05-05

  • Nothing to changed. This is the relese because the pause indexer failed.

metacpan.org/dist/SPVM-Regex



App-td-0.111


Manipulate table data

Changes for 0.111 - 2023-02-11

  • [ux] [completion] Give summaries to action names.

metacpan.org/dist/App-td





DBIx-Class-CryptColumn-0.007


Automatically hash password/passphrase columns

Changes for 0.007 - 2023-05-05T01:14:38+02:00

  • Don't hash inflated password
  • Update row correctly in verify_and_rehash

metacpan.org/dist/DBIx-Class-C…



YAML-LibYAML-0.87


Perl YAML Serialization using XS and libyaml

Changes for 0.87

  • Turn off internal POK flag for number scalars

metacpan.org/dist/YAML-LibYAML





DBIx-Class-CryptColumn-0.006


Automatically hash password/passphrase columns

Changes for 0.006 - 2023-05-04T17:38:29+02:00

  • Add verify_and_rehash_method argument

metacpan.org/dist/DBIx-Class-C…



Crypt-Passphrase-Scrypt-0.004


A scrypt encoder for Crypt::Passphrase

Changes for 0.004 - 2023-05-04T17:34:07+02:00

  • Increase default output size to 32 bytes
  • make needs_rehash stricter
  • Add support for $7$ hashes

metacpan.org/dist/Crypt-Passph…