From 79c638037c7c32105cf76abc06562c60d9dcb7cc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 Aug 2023 05:10:41 +0000 Subject: Makefile.PL: depend on autodie, at least for tests While using autodie everywhere is not appropriate[*], many of our tests and FS access code can be easier-to-write and more readable using autodie as we've started doing in XapHelperCxx.pm and xap_helper.t [*] - EAGAIN on non-blocking I/O shouldn't die, nor should certain cases of opening maybe-missing files for reading --- INSTALL | 1 + 1 file changed, 1 insertion(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index f5e14ebe..5f080f28 100644 --- a/INSTALL +++ b/INSTALL @@ -201,6 +201,7 @@ library. Debian-based distros put them in "libperl5.$MINOR" or "perl-modules-5.$MINOR"; and FreeBSD puts them in "perl5". RPM-based distros split them out into separate packages: +* autodie rpm: perl-autodie * Digest::SHA rpm: perl-Digest-SHA * Data::Dumper rpm: perl-Data-Dumper * Encode rpm: perl-Encode -- cgit v1.2.3-24-ge0c7