From: Eric Wong Date: Tue, 4 Nov 2025 21:59:34 +0000 (+0000) Subject: Makefile.PL: fix typo for Mail::SpamAssassin X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d07039fb5c1735a8e23bb65aa3d5ba039d11a768;p=thirdparty%2Fpublic-inbox.git Makefile.PL: fix typo for Mail::SpamAssassin This typo was causing the `gmake dsyn' target to ignore syntax checks and otherwise harmless for all normal use. Reported-by: Štěpán Němec Link: https://public-inbox.org/meta/20251103192939.279010-1-stepnem@smrk.net/ --- diff --git a/Makefile.PL b/Makefile.PL index 531350d8f..d402b6e0f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,7 @@ my @scripts = qw(scripts/ssoma-replay); # legacy my @syn = (@EXE_FILES, grep(m!^lib/.*\.pm$!, @manifest), @scripts); @syn = grep(!/DSKQXS\.pm/, @syn) if !eval { require IO::KQueue }; @syn = grep(!/Unsubscribe\.pm/, @syn) if !eval { require Crypt::CBC }; -@syn = grep(!/SaPlugin/, @syn) if !eval { require Mail::SpamAssasin }; +@syn = grep(!/SaPlugin/, @syn) if !eval { require Mail::SpamAssassin }; $v->{syn_files} = \@syn; $v->{my_syntax} = [map { "$_.syntax" } @syn]; my %native = (