tests: use autodie to simplify error checking
commitd97e74049f4e989d3061234b1b9cd5f50e7acdd9
authorEric Wong <BOFH@YHBT.net>
Mon, 5 Jun 2023 10:12:38 +0000 (5 10:12 +0000)
committerEric Wong <bofh@yhbt.net>
Mon, 5 Jun 2023 10:38:45 +0000 (5 10:38 +0000)
tree27607a7da7e26001ccbb4c7947023810379f366f
parent74989caa73a84af6dbab29b388ba85ad05ee8119
tests: use autodie to simplify error checking

autodie is bundled with Perl 5.10+ and simplifies error
checking in most cases.  Some subroutines aren't perfectly
translatable and their call sites had to be tweaked, but
most of them are.
t/active-unix-socket.t
t/integration.t
t/lib.perl