]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
overidx: take Getopt::Long options hashref directly
authorEric Wong <e@80x24.org>
Tue, 26 Aug 2025 19:50:48 +0000 (19:50 +0000)
committerEric Wong <e@80x24.org>
Thu, 28 Aug 2025 18:48:20 +0000 (18:48 +0000)
commit0789effd55d2f716ff2d03db1e4680fe862f10ef
treee28eff524b87b6b7096913c655ceafe7c96f797e
parentd99a07c1bc801d2c8fc8cc62b74b4d34ca091f46
overidx: take Getopt::Long options hashref directly

Taking the Getopt::Long options hashref directly will allow us
to support future options more easily and avoid copying/mapping
fields (e.g. {-no_fsync}, {journal_mode}) across different
object types).
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/InboxWritable.pm
lib/PublicInbox/LeiSavedSearch.pm
lib/PublicInbox/LeiStore.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/Over.pm
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
script/public-inbox-index
t/over.t