Skip to main content



Firefox-Marionette-1.36


Automate the Firefox browser with the Marionette protocol

Changes for 1.36

  • Fixes to cope with Firefox 112 capabilities changes. Thanks to toreau Documentation and test suite fixes

metacpan.org/dist/Firefox-Mari…




XML-Generator-1.13


Perl extension for generating XML

Changes for 1.13

  • Production Release of 1.12 no changes.
  • Significant Updates since 1.11

metacpan.org/dist/XML-Generato…



PerlIO-eol-0.18


PerlIO layer for normalizing line endings

Changes for 0.18 - 2023-04-30

  • Try to fix tests on alpine linux

metacpan.org/dist/PerlIO-eol



Bencher-Scenario-Text-sprintfn-0.004


Benchmark Text::sprintfn vs sprintf()

Changes for 0.004 - 2023-01-18

  • Rename module/dist Bencher-Scenario-Text{,-}sprintfn.

metacpan.org/release/PERLANCAR…



SPVM-0.971009


SPVM Language

Changes for 0.971009 - 2023-04-30

  • Changes
  • Test Improvement
  • Bug Fix
  • Bug Fix and Breaking Binary Compatibility
  • Fix Wranings

metacpan.org/dist/SPVM




Data-Turtle-0.0202


Turtle Movement and State Operations

Changes for 0.0202 - 2023-04-29

  • Improve documentation slightly.
  • Improve the eg/* code.
  • Add the eg/synopsis-svg program.

metacpan.org/dist/Data-Turtle



Time-Local-1.35


Efficiently compute time from local and GMT time

Changes for 1.35 - 2023-04-29

  • This is the same as 1.34.
  • The code now explicitly handles non-integer seconds values. This fixes the confusing things that timelocal() does with non-integer seconds but does not turn the seconds value into an integer. Based on a bug report from Dmitriy Shamatrin. GH #18.

metacpan.org/dist/Time-Local

#18


DateTime-Format-Text-0.03


Find a Date in Text

Changes for 0.03

  • Calling new on an object now returns a clone rather than setting the defaults in the new object Try harder to match random text Fix parsing of "(12 September 1856 \x{2013} 25 January 1922)" to dig out the first number Matches all dates in a string when called in array context

metacpan.org/dist/DateTime-For…



Museum-MetropolitanMuseumArt-0.03


A simple interface to the Metropolitan Museum of Art's API

Changes for 0.03 - 2023-04-29

  • Another missing dependency

metacpan.org/dist/Museum-Metro…






Dist-Zilla-Plugin-Run-0.049


Run external commands and code at specific phases of Dist::Zilla

Changes for 0.049 - 2023-04-29T15:32:05Z

  • fix some test failures on MSWin32 due to path separators (Graham Ollis, #17)

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

#17


Dist-Zilla-Plugin-Test-UnusedVars-2.001000


Release tests for unused variables

Changes for 2.001000 - 2023-04-29T15:23:20Z

  • use the 'deprecated' warning category to issue the warning in
  • unconditionally use Test::Vars in the test, and inject a prereq into develop-requires

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




App-ModuleBuildTiny-0.041


A standalone authoring tool for Module::Build::Tiny

Changes for 0.041 - 2023-04-29T16:31:04Z

  • Depend on new ExtUtils::Manifest #include behavior
  • Add help subcommand

metacpan.org/dist/App-ModuleBu…



Geo-Coder-GooglePlaces-0.06


Google Maps Geocoding API

Changes for 0.06

  • More helpful error message to help to debug REQUEST_DENIED Use JSON::MaybeXS instead of JSON Some matches have changed

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



Test-Smoke-1.79_09


The Perl core test smoke suite

Changes for 1.79_09 - 2023-04-29T15:14:46+02:00

  • (Abe Timmerman, Sat, 29 Apr 2023 15:14:46 +0200) Autocommit for distribution Test::Smoke 1.79_09 (same)

metacpan.org/dist/Test-Smoke



libwww-perl-6.69


The World-Wide Web library for Perl

Changes for 6.69 - 2023-04-29T13:14:31Z

  • Timeouts for cached connections now update (GH#73) (Eric Johnson)
  • The conn_cache() can now be unset (GH#424) (Julien Fiegehenn)
  • LWP::Protocol now only attempts to load modules once (GH#62) (Burak Gursoy)
  • Fix a bug in no_proxy that allowed partial matches to a proxy address to disable a proxy (GH#421) (Julien Fiegehenn)

metacpan.org/dist/libwww-perl




ExtUtils-Manifest-1.75


Utilities to write and check a MANIFEST file

Changes for 1.75 - 2023-04-29

  • #!include default now memory-only, not changing MANIFEST.SKIP file.
  • support removed for MacOS Classic

metacpan.org/dist/ExtUtils-Man…



Test2-Harness-1.000152


A new and improved test harness with better Test2 integration.

Changes for 1.000152 - 2023-04-29T05:30:12-07:00

  • Do not require non-perl script tests to be executable
  • Fix issue where Carp::Always being loaded by PERL5OPT or similar does not crash

metacpan.org/dist/Test2-Harnes…



Sub-Name-0.27


(Re)name a sub

Changes for 0.27 - 2023-04-29T12:32:26Z

  • skip quote-separator tests on newer perls that deprecate this behaviour

metacpan.org/dist/Sub-Name



Data-Visitor-0.32


Visitor style traversal of Perl data structures

Changes for 0.32 - 2023-04-29T10:07:45Z

  • removed an unnecessary use of Sub::Name (haarg, PR #1)

metacpan.org/dist/Data-Visitor

#1


YAML-PP-0.035_002


YAML 1.2 Processor

Changes for 0.035_002 - 2023-04-29T10:47:52+02:00

  • Fix option -loadcode for blessed coderefs

metacpan.org/dist/YAML-PP



Module-Faker-0.025


build fake dists for testing CPAN tools

Changes for 0.025 - 2023-04-29T10:05:56+02:00

  • overhaul how styles work, rename them to layouts This is backward incompatible, but the existing code was basically never documented and, as far as I know, only used in the PAUSE test suite.

metacpan.org/dist/Module-Faker



Data-Sah-ValueBundle-Date-0.002


Default value rules related to dates (and times)

Changes for 0.002 - 2023-03-30

  • Add default value rules: {last,next}_year_{local,utc}.

metacpan.org/dist/Data-Sah-Val…



Devel-Cover-1.39


Code coverage metrics for Perl

Changes for 1.39

  • Remove dependency on B::Debug (Jim Keenan) (GH-289)
  • Raise minimum version to 5.12
  • Correct spelling of Pod::Coverage trustme parameter (Oliver Youle) (GH-302)
  • Fix annotations in html_basic report (Opera Wang) (GH-310)

metacpan.org/dist/Devel-Cover







Test-Harness-3.45_01


contributing to TAP::Harness

Changes for 3.45_01

  • Color the "ok"s as well.
  • Skip symlink tests on msys2
  • Use use absolute path for executable tests
  • Space-quote executable if has spaces

metacpan.org/dist/Test-Harness




Crypt-PBE-0.103


Perl extension for PKCS #5 Password-Based Encryption Algorithms

Changes for 0.103 - 2023-04-28

  • pkcs5-tool(1): Added "--format=FORMAT", "--hex" and "--base64" input/output format
  • pkcs5-tool(1): Improved verbose output
  • Improved HEX output
  • New tests
  • Fixed critiques and code beautification

metacpan.org/dist/Crypt-PBE

#5


Test2-Suite-0.000155


Distribution with a rich set of tools built upon the Test2 framework.

Changes for 0.000155 - 2023-04-28T08:28:42-07:00

  • Fix #247
  • Fix changes file

metacpan.org/dist/Test2-Suite

#247


Algorithm-Graphs-Reachable-Tiny-0.04


Compute rechable nodes in a graph.

Changes for 0.04 - 2023-04-28

  • Rudimentary argument check added Graph can be specified as an array

metacpan.org/dist/Algorithm-Gr…



CPAN-Mini-Extract-1.24


Create CPAN::Mini mirrors with the archives extracted

Changes for 1.24 - 2023-04-28T13:58:41Z

  • tooling updates

metacpan.org/dist/CPAN-Mini-Ex…



Dist-Zilla-Plugin-ModuleBuildTiny-0.016


Build a Build.PL that uses Module::Build::Tiny

Changes for 0.016 - 2023-04-28T15:51:16+02:00

  • Add header and footer attributes
  • Add configure dependency on MBT version 0.044 if include/ or src/

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



Test2-Suite-0.000154


Distribution with a rich set of tools built upon the Test2 framework.

Changes for 0.000154 - 2023-04-28T05:57:58-07:00


metacpan.org/dist/Test2-Suite



Test-Simple-1.302195


Basic utilities for writing tests.

Changes for 1.302195 - 2023-04-28T05:55:54-07:00

  • Fix done_testing(0) producing 2 plans and an incorrect message

metacpan.org/dist/Test-Simple




File-Find-Rule-VCS-1.09


Exclude files/directories for Version Control Systems

Changes for 1.09 - 2023-04-28T12:43:47Z

  • tooling updates

metacpan.org/dist/File-Find-Ru…



CryptX-0.078


Cryptographic toolkit

Changes for 0.078 - 2023-04-28

  • fix #89 Crypt::Mac::HMAC b64mac and b64umac object methods do not work

metacpan.org/dist/CryptX

#89


File-Find-Rule-PPI-1.07


Add support for PPI queries to File::Find::Rule

Changes for 1.07 - 2023-04-28T12:30:26Z

  • tooling conversions

metacpan.org/dist/File-Find-Ru…




Term-Choose-1.761


Choose items from a list interactively.

Changes for 1.761 - 2023-04-28

  • line_fold: update option binary_filter.

metacpan.org/dist/Term-Choose



Module-Metadata-1.000038


Gather package and POD information from perl module files

Changes for 1.000038 - 2023-04-28T11:25:40Z

  • detects "class" syntax

metacpan.org/dist/Module-Metad…