]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
Makefile.PL: fix typo for Mail::SpamAssassin master
authorEric Wong <e@80x24.org>
Tue, 4 Nov 2025 21:59:34 +0000 (21:59 +0000)
committerEric Wong <e@80x24.org>
Wed, 5 Nov 2025 23:35:05 +0000 (23:35 +0000)
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 <stepnem@smrk.net>
Link: https://public-inbox.org/meta/20251103192939.279010-1-stepnem@smrk.net/
Makefile.PL

index 531350d8fb09540aa6303f28aa3decb64ef958bf..d402b6e0ff6e5e8161cb8933dece3c27ac131f63 100644 (file)
@@ -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 = (