]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
devel/sysdefs-list: explain why we don't autodie, here
authorEric Wong <e@80x24.org>
Mon, 10 Feb 2025 21:09:29 +0000 (21:09 +0000)
committerEric Wong <e@80x24.org>
Tue, 11 Feb 2025 19:08:09 +0000 (19:08 +0000)
Some distros split out core modules like autodie, and
sysdefs-list has higher portability requirements than the rest
of our code since it's used for uncommon platforms.

devel/sysdefs-list

index 3a2e60d20a683d3aeb9d2cf1355b05339691437d..39a5632336eef69aa2d52af2fba00d6bde533eb3 100755 (executable)
@@ -6,6 +6,7 @@
 eval 'exec perl -S $0 ${1+"$@"}' # no shebang
        if 0; # running under some shell
 use v5.12;
+# no autodie here since some CFarm machines don't have it :<
 use File::Temp 0.19;
 use POSIX qw(uname);
 use Config;