Fix CPAN compiler, runtime, and jcpan tooling blockers - #964
Merged
Conversation
Close subprocess stdin pipes, support escaped hash keys in interpolation, and harden MakeMaker script and AutoSplit staging. Add Java-backed Text::QRCode and Math::Cephes compatibility plus correct Compress::Zlib streaming context behavior. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Normalize native Windows separators before writing the Perl executable into POSIX-shell Makefile recipes. This prevents Bash from consuming backslashes as escapes when MakeMaker stages AutoLoader modules. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Replace deprecated decompressedSize calls in the imported Sereal decoders with getFrameContentSize. Reject unknown or invalid frame sizes before allocating decoder buffers, and remove the compile-time deprecation warnings. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Restore YAML::PP object and scalar-reference serialization, route Object::Pad core syntax through native classes, preserve field context in method signatures, fix gzip EOF status for single-file CPAN distributions, and retry TAP-indented missing prerequisites. This unblocks Pegex::JSON, Music::Factory, App::Chained, and Queue without distribution preferences. Bio-MCPrimers and Catalyst Engine HTTP POE remain excluded because their distributions fail under system Perl. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <158243242+openai-codex@users.noreply.github.com>
fglock
force-pushed
the
fix/jcpan-compiler-tooling-modules-20260815
branch
from
August 15, 2026 19:02
a5bb762 to
916adfe
Compare
Mark the implementation phase complete after Ubuntu and Windows CI passed on PR #964. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <158243242+openai-codex@users.noreply.github.com>
Resolve file tests through the IO slot carried by a glob instead of its stringified name, and retain PVLV glob names in unopened-close warnings. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex <codex@openai.com>
Combine the CPAN compiler, subprocess, MakeMaker, native-module, Zstd, and filehandle fixes from PR #963 with the jcpan module tooling fixes in PR #964 so they can be tested and approved together. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <158243242+openai-codex@users.noreply.github.com>
Record the passing Ubuntu and Windows results for the combined PR #963 and PR #964 review branch. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <158243242+openai-codex@users.noreply.github.com>
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.
Unified review
This PR contains all commits from #963 plus the
jcpanmodule fixes originally developed here. It is the single branch for joint testing and approval; #963 is superseded by this combined review.Compiler, runtime, and tooling fixes
Compress::Zlibscalar/list contextYAML::PPobject API and blessed scalar-reference serializationObject::Padcompatibility layerJava-backed module support
Text::QRCodeusing ZXing with libqrencode-compatible byte-mode behaviorMath::Cephesdistribution functions needed by statistics modulesVerified CPAN outcomes
Pegex::JSON: PASS — 4 files, 21 testsMusic::Factory: PASS — 5 files, 20 testsApp::Chained: PASS — installs undeclaredList::MoreUtils, then 2 files and 9 tests passQueue: PASS — single-file distribution extracts and tests successfullyPlack::App::dbi2http: PASSVector::QRCode::IntoPDFand upstreamText::QRCodematrices: PASSStatistics::ANOVA::Page: PASSImage::Size: PASS — 2 files, 24 testsChart::Graph,Tk::CheckbuttonGroup, andNet::Flickr::Georeach only system/external dependency limitations documented in Fix CPAN compiler and tooling blockers #963System Perl exclusions
Bio::Data::Plasmid::CloningVector: Bio-MCPrimers ships noMakefile.PLand fails system-Perl configurationCatalyst::Engine::HTTP::POE::YieldCC: its distribution requires but neither ships nor declares Restarter::Watcher; system Perl reproduces the failuredev/design/jcpan-compiler-tooling-followup.mdVerification
make: PASS, all unit-test shardsgit diff --check: PASSDetailed progress and limitations are recorded in:
dev/design/jcpan-compiler-tooling-followup.mddev/design/jcpan-compiler-tooling-modules.mdGenerated with Codex