about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-08-30 05:10:41 +0000
committerEric Wong <e@80x24.org>2023-08-30 05:27:34 +0000
commit79c638037c7c32105cf76abc06562c60d9dcb7cc (patch)
tree53c14ac517c1a545d179e136b273ddab90844563 /Makefile.PL
parent82cef98a1d43e233d8dd1fff1f3759ee716067c7 (diff)
downloadpublic-inbox-79c638037c7c32105cf76abc06562c60d9dcb7cc.tar.gz
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
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 d2309336..5a5628ba 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -150,6 +150,7 @@ WriteMakefile(
 
                 # perl-modules-5.xx or libperl5.xx in Debian-based
                 # part of "perl5" on FreeBSD
+                'autodie' => 0,
                 'Compress::Raw::Zlib' => 0,
                 'Compress::Zlib' => 0,
                 'Data::Dumper' => 0,