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
"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
# 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,