File-Cmp-1.09
compare two files character by character
Changes for 1.09 - 2023-03-06
- Update to Module::Build and Test2::V0, better test coverage, etc
Music-CreatingRhythms-0.0600
Combinatorial algorithms to generate rhythms
Changes for 0.0600 - 2023-03-06T16:40:08Z
- Fix distro excludes. Oof!
- Add the count_ones() and count_zeros() methods.
Pod-Weaver-Plugin-Sah-Schemas-0.073
Plugin to use when building Sah::Schemas::* distribution
Changes for 0.073 - 2023-02-16
- [bugfix] Fix generated example on using with Type::Tiny (interpolation bug).
Mojolicious-Plugin-DirectoryServer-1.001
Serve static files from document root with directory index
Changes for 1.001 - 2023-03-06T10:48:05Z
- First release of a fork of Mojolicious::Plugin::Directory, which has been abandoned. This is a static file server with auto_index for directory entries.
- Beyond here is from Mojolicious::Plugin::Directory
- github.com/hayajo/Mojolicious-…
Redis-Cluster-Fast-0.086
A fast perl binding for Redis Cluster
Changes for 0.086 - 2023-03-06T18:50:52Z
- Fix typo in POD.
Locale-Codes-3.73
a distribution of modules to handle locale codes
Changes for 3.73 - 2023-03-06
- NEW CODE(s)
- Fixed a problem with test failing on windows Reported in GitHub #15
Video-NRK-Cache-3.00
Cache NRK Video on Demand broadcasts for offline viewing
Changes for 3.00 - 2023-03-06
- Change the default download tool from youtube-dl to yt-dlp.
- Refactor class structure to allow for alternative download tools.
- Separate packages/classes from the CLI script to make them reusable from other Perl code.
- Release as CPAN distribution.
Redis-Cluster-Fast-0.085
A fast perl binding for Redis Cluster
Changes for 0.085 - 2023-03-06T17:55:34Z
- Add simple microbenchmark result.
- Fix error handling to connect.
- Update POD.
Test-Simple-1.302193
Basic utilities for writing tests.
Changes for 1.302193 - 2023-03-06T09:38:00-08:00
- Deprecate inst't()
DBIx-Oracle-UpgradeUtf8-1.01
automatically upgrade Perl strings to utf8 before sending them to DBD::Oracle
Changes for 1.01
- initial version
XS-Parse-Keyword-FromPerl-0.04
drive XS::Parse::Keyword directly from Perl
Changes for 0.04 - 2023-03-06
- CHANGES
ExtUtils-MakeMaker-7.67_02
Create a module Makefile
Changes for 7.67_02
- Core fixes:
- initialize PERL_CORE object var early and use it consistently
- only search for PERL_SRC when PERL_CORE is true or unset
- Clean-ups:
- remove use vars from non-bundled modules
- remove unused _find_magic_vstring function
StreamFinder-2.12
Fetch actual raw streamable URLs from various radio-station, video & podcast websites.
Changes for 2.12 - 2023-03-06
- StreamFinder::PodcastAddict - When given a podcast page, refactor to 1) avoid a 2nd fetch of the latest episode page if we are able to get all the needed metadata from the podcast page code; and 2) Fix failure to fetch with just a podcast-ID or podcast-ID/episode-ID (without a full URL). Also misc. tweaks to try to get all metadata, properly handle sorting the playlist (getURL('playlist')), and doc. tweaks.
SPVM-File-Spec-0.06
Portably Perform Operations on File Names
Changes for 0.06 - 2023-03-06
- Incompatible Changes
- Prerequirement Changes
SPVM-IO-0.18
File IO, Socket, Select/Polling.
Changes for 0.18 - 2023-03-06
- Prerequirement Changes
- Changes
- Incompatible Changes
App-Greple-xlate-0.11
translation support module for greple
Changes for 0.11 - 2023-03-06T05:14:31Z
- make alias 'cm' for 'conflict'
- introduce --xlate-format='xtxt' instead of 'none'
- make 'examples' directory
JSON-Validator-5.14
Validate data against a JSON schema
Changes for 5.14 - 2023-03-06T13:45:33Z
- Avoid mutating OpenAPIv2 schema "parameters" when validating
App-proxyforurl-1.02
An online proxy PAC file parser
Changes for 1.02 - 2023-03-06T13:34:06Z
- Skipping api.t tests if not developing
SPVM-0.9695
SPVM Language
Changes for 0.9695 - 2023-03-05
- Incomaptible Changes
- Code Cleanup
- Compilation Error Message Changes
Music-CreatingRhythms-0.0504
Combinatorial algorithms to generate rhythms
Changes for 0.0504 - 2023-03-05T17:06:34Z
- Improve the eg/play-*.pl program logic.
Music-CreatingRhythms-0.0503
Combinatorial algorithms to generate rhythms
Changes for 0.0503 - 2023-03-05T16:54:37Z
- Add the eg/play-euclid-set.pl program.
Music-CreatingRhythms-0.0502
Combinatorial algorithms to generate rhythms
Changes for 0.0502 - 2023-03-05T16:29:39Z
- Improve the eg/play-set.pl program.
DBD-Pg-3.16.1
DBI PostgreSQL interface
Changes for 3.16.1
- Add new attribute "pg_int8_as_string", for backwards compatibility.
- Add a META.json file; rename META.yml to META.yaml
- Fix 03smethod.t $sth->last_insert_id skip count for DBI < 1.642
- Documentation improvements for service files
Dist-Zilla-Plugin-InsertExecsList-0.030
Insert a POD containing a list of scripts/executables in the distribution
Changes for 0.030 - 2023-02-16
- [incompatible change] By default generate an ordered list, add configuration to use unordered list (ordered -> false).
Class-Method-Modifiers-2.15
Provides Moose-like method modifiers
Changes for 2.15 - 2023-03-05T23:42:48Z
- localize $SIG{__DIE__} before calling eval (closes RT#146848; Yves Orton)
Test2-Suite-0.000148
Distribution with a rich set of tools built upon the Test2 framework.
Changes for 0.000148 - 2023-03-05T14:59:45-08:00
- Fixes for refcount stuff
Number-Phone-3.9000
base class for Number::Phone::* modules
Changes for 3.9000 - 2023-03-05
- Add validation using libphonenumber's data for non-geographic country codes like +800 (International free phone) and +870 (Inmarsat). See github.com/DrHyde/perl-modules…
- 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
App-digitdemog-0.085
各行の文字列について、左からの桁ごとにどんな文字が現れたかをクロス表で表示。
Changes for 0.085 - 2023-03-06T01:23+09:00
Finance-Tax-Aruba-0.008
A package that deals with tax calculations for Aruba
Changes for 0.008 - 2023-03-05T14:30:45Z
- Update POD
- Fix bug where pension-employe[er] disappeared from loon.pl
- Fix total company cost calculations
- Add government costs and social costs numbers to the calculator
App-digitdemog-0.084
各行の文字列について、左からの桁ごとにどんな文字が現れたかをクロス表で表示。
Changes for 0.084 - 2023-03-05T23:40+09:00
Ryu-3.004
stream and data flow handling for async code
Changes for 3.004 - 2023-03-05T14:36:17+08:00
- New features
- Bugs fixed
Perl-Critic-1.150
Critique Perl source code for best-practices.
Changes for 1.150
- Enhancements
- Internals
Bencher-Scenario-Scalar-Util-Numeric-0.021
Benchmark Scalar::Util::Numeric vs Scalar::Util::Numeric::PP
Changes for 0.021 - 2023-01-17
- Rename module/dist Bencher-Scenario-{ScalarUtilNumeric,Scalar-Util-Numeric}.
CSS-Inliner-4018
Library for converting CSS <style> blocks to inline styles
Changes for 4018 - 2023-03-04
- Apply path from Sunnavy related to retaining the order of CSS rules; addresses various unreported bugs
WWW-PiHole-0.230630
Perl interface to Pi-hole
Changes for 0.230630 - 2023-03-05T00:42:44+04:00
- Release to CPAN
OpenAI-API-0.22
Perl interface to OpenAI API
Changes for 0.22 - 2024-03-04
- Refactor endpoint / api_base parameters.
Music-CreatingRhythms-0.0501
Combinatorial algorithms to generate rhythms
Changes for 0.0501 - 2023-03-04T11:45:32Z
- Alphabetize subroutine order.
Test2-Suite-0.000147
Distribution with a rich set of tools built upon the Test2 framework.
Changes for 0.000147 - 2023-03-04T11:42:59-08:00
- Add refcount tools, and include in ::V0
Music-CreatingRhythms-0.0500
Combinatorial algorithms to generate rhythms
Changes for 0.0500 - 2023-03-04T11:20:14Z
- Add the comprnd() and compmrnd() methods.