Fix CPAN XML and AnyEvent compiler/tooling support - #942
Merged
Conversation
Add transitive bundled-provider requirements and a JAXP-backed XML::LibXSLT provider so Catmandu::CrossRef can install without native libxslt or distribution preferences. Correct nonblocking socket connection handling, managed fcntl behavior, anonymous lvalue descriptor ownership, and weakly registered watcher cycles so AnyEvent::SMTP can complete its loopback test. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
fglock
force-pushed
the
fix/cpan-compiler-tooling-20260812
branch
from
August 12, 2026 20:54
596bc83 to
0b55ce1
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
XML::LibXSLTprovider and declare the XML provider dependency chainfcntl, connect completion, stream initialization, andacceptbehaviorThis unblocks
Catmandu::CrossRefandAnyEvent::SMTPwithout new distribution preferences.System Perl baseline
Catmandu::CrossRef: passesAnyEvent::SMTP: passesAI::Pathfinding::AStarNode: fails on system Perl 5.42 (Not a HASH reference), ignoredAlien::ZMQ: fails on system Perl because libzmq headers/pkg-config and its fallback download are unavailable, ignoredGames::Quake::Stats: fails on system Perl because GD/GD::Text/GDGraph are unavailable, ignoredPassing dependencies checked separately include
Heap::Fibonacci(2473 tests) andString::ShellQuote(33 tests).Verification
make— pass, 409 unit files (2 skipped)./jcpan -t Catmandu::CrossRef— pass, 2 files / 9 tests./jcpan -t AnyEvent::SMTP— pass, 11 files / 4 runnable tests; fork and author tests skipped as expected./jperl src/test/resources/module/XML-LibXSLT/t/basic.t— pass, 3 testsmake test-bundled-modulesincludes the new XML::LibXSLT test and that test passes. The aggregate local run is currently blocked by pre-existing test-runner cwd failures: 145 tests that userequire './t/...',FindBin, or sibling fixture paths cannot locate those resources. The failures are path-resolution errors rather than assertion regressions.