chore: update ppport.h from 3.68 to 3.73#145
Draft
Koan-Bot wants to merge 2 commits into
Draft
Conversation
Regenerated via `perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile()'`. Notable additions in 3.69-3.73: - sv_vstring_get() portability wrapper - REGNODE_AFTER/REGNODE_BEFORE macros - Stack_off_t type support - SvREFCNT_dec_NN portability improvements - SvVOK backport improvements Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove duplicate `## Synopsis` heading in README.md - Update Limitations section to reflect that the iterative fallback now covers arrays, hashes, and all reference types (not just arrays), matching the current Clone.pm POD Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
What: Update the Perl portability header (ppport.h) from v3.68 to v3.73.
Why: The bundled ppport.h is from March 2022 (Devel::PPPort 3.68). Version 3.73 (September 2023) adds portability wrappers for newer Perl internals and fixes compatibility edge cases. Keeping ppport.h current ensures Clone builds cleanly across the widest Perl version range.
How: Regenerated via
perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile()'. This is a standard vendor file update — no manual edits.Testing: Build + full test suite pass on Perl 5.42.0 (macOS).
🤖 Generated with Claude Code