]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
Makefile.PL: depend on IO::Poll in case distros split it out
authorEric Wong <e@80x24.org>
Tue, 11 Jul 2023 10:29:28 +0000 (10:29 +0000)
committerEric Wong <e@80x24.org>
Tue, 11 Jul 2023 21:45:55 +0000 (21:45 +0000)
IO::Poll is part of the Perl standard library, but there's
always a chance distros will make it part of another package
since it's not portable to non-POSIX-like OSes.

Makefile.PL

index 8de1351f99bc3ca3b8bb1c38907b2acdaea65336..579245a1e42e7d041deb29408de3737f8a620150 100644 (file)
@@ -174,6 +174,7 @@ WriteMakefile(
                'File::Temp' => '0.19', # for ->tmpdir support
                'Getopt::Long' => 0,
                'Exporter' => 0,
+               'IO::Poll' => 0,
                # ExtUtils::MakeMaker # this file won't run w/o it...
        },
        MAN3PODS => \%man3,