From 56edf77fd969d1292e6c01c57f0f4458edf6453d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 29 Apr 2025 14:57:16 +0200 Subject: [PATCH] Bug 39325: Fix t/Makefile.t --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 2f577f6ca58..879907e36af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -406,6 +406,7 @@ my $target_map = { 'webpack.config.js' => 'NONE', 'rspack.config.js' => 'NONE', 'eslint.config.mjs' => 'NONE', + '.codespell-ignore' => 'NONE', }; =head1 CONFIGURATION OPTIONS -- 2.34.1