about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-07-11 10:29:28 +0000
committerEric Wong <e@80x24.org>2023-07-11 21:45:55 +0000
commit35a2a4317c5df0a86c8e6e360243ff7b67c4eb3b (patch)
tree4196b5dd6ff0f44aaa2bbe69bd6e766f6b1f7b4e /Makefile.PL
parentfc7ac4632a2543593f33f88c011bafed51e83839 (diff)
downloadpublic-inbox-35a2a4317c5df0a86c8e6e360243ff7b67c4eb3b.tar.gz
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.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
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,