unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] Makefile.PL: depend on IO::Poll in case distros split it out
@ 2023-07-11 10:29 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2023-07-11 10:29 UTC (permalink / raw)
  To: meta

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(+)

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,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-11 10:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11 10:29 [PATCH] Makefile.PL: depend on IO::Poll in case distros split it out Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).