Fix CPAN compiler and tooling blockers - #963
Closed
fglock wants to merge 5 commits into
Closed
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>
fglock
force-pushed
the
fix/cpan-chart-plack-qrcode-tk-anova-flickr
branch
from
August 15, 2026 17:56
4fb63dd to
fb7d038
Compare
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>
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>
fglock
added a commit
that referenced
this pull request
Aug 15, 2026
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>
fglock
added a commit
that referenced
this pull request
Aug 15, 2026
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>
Owner
Author
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
system/capture subprocesses, preventing nestedjperlCPAN configuration hangs__END__;and read-only executable stagingCompress::Zlib::inflateText::QRCode(ZXing with libqrencode-compatible byte mode/masking) and the Math::Cephes distribution functions needed by statistics modulesZstd.decompressedSizecalls withZstd.getFrameContentSize, rejecting invalid or unknown frame sizes before buffer allocation-tthrough the carried IO slot and retaining glob names in unopened-closewarningsCPAN verification
Plack::App::dbi2http: PASS (3 files, 2 tests; author tests skipped)Vector::QRCode::IntoPDF: PASS (1 file, 1 test)Text::QRCodeexact matrices: PASS (both test files)Statistics::ANOVA::Page: PASS (5 files, 10 tests; author/POD prerequisites skipped)Image::Size: PASS (2 files, 24 tests)Chart::Graph: reaches all 56 tests; remaining failures are absent externalgnuplot,xmgrace,Xvfb,xrt2d, andxrt3d. The configured suite fails identically with system Perl.Tk::CheckbuttonGroup: remaining Tk native event backend is unavailable; system Perl also fails because Tk is unavailable.Net::Flickr::Geo: Image::Size and Config::Simple tooling failures are fixed; remaining loads require native GD/Imager, while the system-Perl suite also fails its prerequisites.Core regression verification
re/pat_advanced.t: 1376/1687re/pat_advanced_thr.t: 1376/1687op/gv.t: 255/304 (restored from 253)test_pl/examples.t: 12/17uni/gv.t: 178/206 (restored from 176)japh/abigail.t: 109/130; identical on current master and the historical comparison commit, so the reported 110/130 result is not a PR regressionTests
make— PASS (all unit shards)compileJavaemits no Sereal/Zstd deprecation warningsgit diff --check— PASS25b7b5a3eGenerated with Codex