From d8d99ea3ae4573aeb4782469b0630021b14b9ca8 Mon Sep 17 00:00:00 2001 From: "Flavio S. Glock" Date: Tue, 18 Aug 2026 20:12:52 +0200 Subject: [PATCH] chore(import-perl5): drop redundant pat.t import The bulk perl5/t import already restores re/pat.t byte-for-byte now that its historical workaround patch is retired. Remove the duplicate file row after verifying two-pass sync idempotence and unchanged focused test results. Generated with [Codex](https://openai.com/codex/) Co-Authored-By: Codex --- dev/import-perl5/config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev/import-perl5/config.yaml b/dev/import-perl5/config.yaml index 86c60e4871..3d0c569da3 100644 --- a/dev/import-perl5/config.yaml +++ b/dev/import-perl5/config.yaml @@ -140,9 +140,6 @@ imports: target: perl5_t/t/test.pl patch: test.pl.patch - - source: perl5/t/re/pat.t - target: perl5_t/t/re/pat.t - - source: perl5/t/porting/manifest.t target: perl5_t/t/porting/manifest.t patch: manifest.t.patch