fix: preserve CPAN patches during perl5 sync - #909
Merged
Conversation
Preserve the existing working tree before repairing files overwritten by dev/import-perl5/sync.pl. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <2239435+openai-codex[bot]@users.noreply.github.com>
Restore PerlOnJava-specific CPAN behavior overwritten by the sync and record the changes as manifest patches. Protect CPAN::Index and CPAN::Shell from the later directory import so the patches remain effective on future refreshes. Validated with the CPAN-only sync replay, system-Perl syntax checks, and make. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <2239435+openai-codex[bot]@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.
Summary
dev/import-perl5/sync.pl.CPAN.pm,App::Cpan,CPAN::HandleConfig,CPAN::Index, andCPAN::Shell.CPAN::IndexandCPAN::Shellfrom the later CPAN directory import.Validation
perl dev/import-perl5/sync.pl --only CPANmake—BUILD SUCCESSFULNotes
This branch includes the preserved local sync snapshot required before repairing the dirty working tree. The WIP commit contains the pre-existing Perl5/POD/dependency refresh; the follow-up commit contains the repair and durable patch manifest changes.