From 35a2a4317c5df0a86c8e6e360243ff7b67c4eb3b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 11 Jul 2023 10:29:28 +0000 Subject: Makefile.PL: depend on IO::Poll in case distros split it out 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 8de1351f..579245a1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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, -- cgit v1.2.3-24-ge0c7