Fix CPAN compiler and tooling dependencies - #927
Merged
Conversation
fglock
force-pushed
the
fix/jcpan-lace-jsonrpc-mab2-programinfo
branch
from
August 12, 2026 08:21
abcb456 to
7262b8a
Compare
Fix reusable parser, compiler, ownership, exception, XML, and CPAN version probe behavior exposed by Template::Lace, Sledge::Plugin::JSONRPC, and Catmandu::Exporter::MAB2. Add bundled Data::Util and YAML::Syck compatibility implementations without distribution preferences. Document the completed compatibility batch and its validation results. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <223018245+openai-codex[bot]@users.noreply.github.com>
Skip overloaded copy constructors for unshared hash- and array-backed objects. This matches Perl's copy-on-write optimization and prevents Math::BigInt family copy methods from discarding subclass-only fields during compound assignment. Keep copy constructors active for aliased aggregate objects and add a focused system-Perl-compatible regression test. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <223018245+openai-codex[bot]@users.noreply.github.com>
Avoid doubling the leading backslash when named Unicode characters are resolved inside character classes. Add system-Perl-validated regression coverage and record the follow-up validation phase. Generated with [OpenAI Codex](https://openai.com/codex/) Co-Authored-By: OpenAI Codex <codex@openai.com>
fglock
force-pushed
the
fix/jcpan-lace-jsonrpc-mab2-programinfo
branch
from
August 12, 2026 08:37
7262b8a to
e120664
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Log::ProgramInfo remains excluded because its installed test fails identically on system Perl when parsing the uname-derived nested log key.
Test plan
make— passmake test-bundled-modules— 384/384 files pass, zero skips/failuresJPERL_TEST_FILTER=sub_m make test-bundled-modules— 4/4 Math::BigInt subclass files pass./jcpan -t Template::Lace— 2 files / 142 tests pass./jcpan -t Sledge::Plugin::JSONRPC— all 4 files pass (two optional POD skips)./jcpan -t Catmandu::Exporter::MAB2— 10 files / 92 tests passGenerated with Codex