From 981f57e79dd6f281b17fdde9fe737524fe8ecf42 Mon Sep 17 00:00:00 2001 From: Mathias Kende Date: Fri, 17 May 2024 20:35:25 +0200 Subject: [PATCH] Fix the generation of the exe on Windows which now requires to "compile" the script to include some modules. This is a hack as we are modifiying the generated part of the Makefile.PL file. Dist::Setup will need to be updated for that. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 03b9854..a686353 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -124,7 +124,7 @@ build: \tmkdir -p build \$(EXE_EXE): build/%\$(EXE_EXT): % -\tpp -o \$@ -cd build/pp.cache -I lib -F "PodStrip=.*\\bMarkdown/Perl\\b(*COMMIT)(*FAIL)|.*" \$< +\tpp -o \$@ -cd build/pp.cache -c -I lib -F "PodStrip=.*\\bMarkdown/Perl\\b(*COMMIT)(*FAIL)|.*" \$< MAKE_FRAGMENT