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
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
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
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
CPAN-Mini-Extract-1.24
Create CPAN::Mini mirrors with the archives extracted
Changes for 1.24 - 2023-04-28T13:58:41Z
- tooling updates
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/
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
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
File-Find-Rule-VCS-1.09
Exclude files/directories for Version Control Systems
Changes for 1.09 - 2023-04-28T12:43:47Z
- tooling updates
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
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
Term-Choose-1.761
Choose items from a list interactively.
Changes for 1.761 - 2023-04-28
- line_fold: update option binary_filter.
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
ExtUtils-Manifest-1.74
Utilities to write and check a MANIFEST file
Changes for 1.74 - 2023-04-28
- Add some MANIFEST.SKIP patterns for bzr/brz
List-Helpers-XS-0.20
Perl extension to provide some usefull functions with arrays
Changes for 0.20
- fixing github link
Module-Faker-0.024
build fake dists for testing CPAN tools
Changes for 0.024 - 2023-04-28T11:48:37+02:00
- add "class" and "role" style packages
- allow "style" to be present in "provides"
Module-Build-0.4234
Build and install Perl modules
Changes for 0.4234
- PodParser now respects =encoding directives
- Don't use libraries in t/bundled for Build.PL
- make_tarball: workaround for broken tar on Darwin
- Respect $Config{man1ext}/$Config{man3ext}
- Do not require a compiler if c_source is an empty list
Number-ZipCode-JP-0.20230428
Validate Japanese zip-codes
Changes for 0.20230428
- Update some table classes.
Module-Install-1.21
Standalone, extensible Perl module installer
Changes for 1.21 - 2023-04-28
- fix tests broken by Module::Install::DSL removal
Module-Build-Tiny-0.044
A tiny replacement for Module::Build
Changes for 0.044 - 2023-04-28T09:19:30+02:00
- Add module sharedirs
- Only add src/*.c files to primary XS file
Parse-FireDiamond-0.005
Parse Fire Diamond (NFPA 704) notation
Changes for 0.005 - 2023-03-29
- [bugfix] Fix export and POD.
Test2-Suite-0.000153
Distribution with a rich set of tools built upon the Test2 framework.
Changes for 0.000153 - 2023-04-27T15:27:32-07:00
- Fix broken call to plugins
Perl5-CoreSmokeDB-Schema-1.09
DBIC::Schema for the smoke reports database
Changes for 1.09 - 2023-04-27T22:42:31+02:00
- (Abe Timmerman, Thu, 27 Apr 2023 22:42:31 +0200) Autocommit for distribution Perl5::CoreSmokeDB::Schema 1.09 (minor)
Venus-2.55
OO Library for Perl 5
Changes for 2.55 - 2023-04-27
- [feature] Implement Venus#date
- [feature] Implement Venus#match
- [feature] Implement Venus#gather
- [update] Make Venus::Unpack#{checks,validate} list context aware
- [update] Resolve Venus#unpack signature/caller issue
- [update] Update arguments passing in Venus#{json,perl,yaml}
- [update] Update {json,perl,yaml} behaviors and error conditions
JSON-SIMD-1.06
JSON serialising/deserialising, done correctly and faster
Changes for 1.06
- fix core_bools with false argument (now restores default)
- make is_bool aware of core booleans on perl >= 5.36
- more benchmark scripts
PDL-2.082_01
Perl Data Language
Changes for 2.082_01 - 2023-04-27
- fix some memory leaking - thanks Yury Pakhomov for report
- fix random() failing (#422) - thanks @falsifian for report
- PP Inplace now checks inputs and outputs are dimensionally compatible (#416)
- no more HTML doc generation
- PDL::Doc::add_module now adds all submodules of given namespace (#420)
- [o] OtherPars can now be omitted from args like [o] ndarrays
- OtherPars can now be incomplete arrays of pdl* (#421)
- add [io] OtherPars
- add ArgOrder PP key
- [nc] removed as Pars type-specifier, use [io]
- fix pdl2 bug with demos (#424) - thanks @HaraldJoerg for report
- fix PP bug revealed by github.com/moocow-the-bovine/P…
- operations with only output ndarrays can now not be Inplace
- overloaded ops require proper overload-handling; PDL::Complex now does
- for more idiomatic XS code, PDL C function interface now pdl_run_(name)
- add FtrCode in XS, to match HdrCode
- add sound demo - thanks @HaraldJoerg
- OtherPars can now be $argname, for XS processing only and not in operation
- fix broadcasting over empty ndarray (#429) - thanks @falsifian for tests
- fix appending with empty ndarray (#430) - thanks @falsifian for tests
- fix whereND with all-zero mask or empty input (#428) - thanks @falsifian for tests
- inplace operations no longer copy input arg if inplace
Perl-PrereqScanner-NotQuiteLite-0.9917
a tool to scan your Perl code for its prerequisites
Changes for 0.9917 - 2023-04-27
- Update Object::Pad support (:isa/:does)
WWW-Mechanize-2.17
Handy web browsing in a Perl object
Changes for 2.17 - 2023-04-27T15:45:01Z
- ENHANCEMENTS
App-Netdisco-2.061001
An open source web-based network management tool.
Changes for 2.061001 - 2023-04-27
- ENHANCEMENTS
- BUG FIXES
POE-Component-SmokeBox-0.56
POE enabled CPAN smoke testing with added value.
Changes for 0.56
- Change: 93d86fa37b8b0e011f5602ed7c9381c457f82714 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2023-04-27 16:20:57 +0000
RT-Extension-DynamicWebPath-0.02
RT-Extension-DynamicWebPath Extension
Changes for 0.02 - 2023-04-27
- Automatically set configs defined for default WebPath ""
Wikibase-Datatype-0.31
Wikibase data types.
Changes for 0.31 - 2023-04-27T15:00:16+02:00
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Item::Wikidata::DouglasAdams.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Lexeme::Wikidata::DogCzechNoun.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::MediainfoSnak::Commons::Depicts::Human.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Property::Wikidata::InstanceOf.
- Add doc for Test::Shared::Fixture::Wikibase::Datatype::Sense::Wikidata::Dog.
- Add SEE ALSO link to Wikibase::Datatype::Snak.
- Fix output of example in Wikibase::Datatype::Languages doc.
- Fix typos in doc.
Parse-PMFile-0.44
parses .pm file as PAUSE does
Changes for 0.44 - 2023-04-27
- Allow to parse class|role NAME VERSION
Test2-Suite-0.000152
Distribution with a rich set of tools built upon the Test2 framework.
Changes for 0.000152 - 2023-04-27T02:52:44-07:00
- Inline Importer.pm for core support
Test2-Suite-0.000151
Distribution with a rich set of tools built upon the Test2 framework.
Changes for 0.000151 - 2023-04-27T02:35:37-07:00
- The following are all in hopes of getting Test2:Suite into core.
- Make Module::Pluggable optional
- Inline Scope::Guard
- Inline Sub::Info
- Do not recommend Sub::Name
YAML-PP-0.035_001
YAML 1.2 Processor
Changes for 0.035_001 - 2023-04-27T00:34:42+02:00
- Add option to turn of dumping coderefs
- ci updates
Perl-PrereqScanner-1.100
a tool to scan your Perl code for its prerequisites
Changes for 1.100 - 2023-04-27T10:00:37+02:00
- convert to Moo (thanks, Dan Book!)