From 25af72c40bcb8b0d7527df66e281b75318adb685 Mon Sep 17 00:00:00 2001 From: Ed J Date: Tue, 26 Nov 2024 20:30:28 +0000 Subject: [PATCH] zap unnecessary WriteMakefile keys --- Makefile.PL | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 6cc213f..54d9d9d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,9 +64,6 @@ $descriptor{CONFIGURE_REQUIRES} = { # 'Alien::FFTW3' =>0, }; $descriptor{BUILD_REQUIRES} = {'PDL::PP'=>0}; -$descriptor{NO_MYMETA} = 0; - -$descriptor{NAME} = "PDL::FFTW3"; $descriptor{AUTHOR} = "Dima Kogan , Craig DeForest "; $descriptor{ABSTRACT} = "PDL interface to the Fastest Fourier Transform in the West"; $descriptor{LICENSE} = "gpl_3";