]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
doc/common: rely on autodie + wrappers to detect errors master
authorEric Wong <e@80x24.org>
Mon, 22 Dec 2025 20:16:23 +0000 (20:16 +0000)
committerEric Wong <e@80x24.org>
Wed, 24 Dec 2025 01:58:18 +0000 (01:58 +0000)
commit6964747b03021564912361bd606e611ba8871aab
tree37e5cdb40428850f8c5179b3d4f2e219b3542880
parentbe1528faced2a21fb30c0d90f4f30b3cb8bec7d4
doc/common: rely on autodie + wrappers to detect errors

common.perl already depends on PublicInbox::Search, so it's fine
to also depend on autodie and PublicInbox::IO for error checking.
The only place autodie isn't acceptable is probably Makefile.PL,
since some RH-based distros package it independently of Perl.
Documentation/common.perl