user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] Makefile.PL: depend on IO::Poll in case distros split it out
@ 2023-07-11 10:29  7% Eric Wong
  0 siblings, 0 replies; 1+ results
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	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-07-11 10:29  7% [PATCH] Makefile.PL: depend on IO::Poll in case distros split it out Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).