From 646da1a4934c75d8a75fc9a4747fff20297ca5bc Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Tue, 31 Dec 2024 09:40:35 +0100 Subject: [PATCH] fix doubled pdlpp_postamble reported by mohawk2 at https://github.com/moocow-the-bovine/PDL-CCS/issues/16#issuecomment-2565817876 --- Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index e5c988f..c8bf0ef 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -39,8 +39,7 @@ $hash{META_MERGE} = { WriteMakefile(%hash); sub MY::postamble { - pdlpp_postamble($package) - .qq( + return q( ##-- readme readme: README.txt