]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
lei_saved_search: drop needless comparisons and `next'
authorEric Wong <e@80x24.org>
Sat, 18 Jan 2025 01:26:08 +0000 (01:26 +0000)
committerEric Wong <e@80x24.org>
Tue, 21 Jan 2025 22:36:58 +0000 (22:36 +0000)
commitd7fd7014b1e80f11742e847bec74894cafa00f29
tree6958bf3b3ffa33f60ce3871d4c5d18b70cf090ba
parent5a534ac44e3b5e4a3810a376effd1308d5827cf3
lei_saved_search: drop needless comparisons and `next'

The grep(!/\A\.\.?\z/, ...) op already filters out the `.' and
`..' entries from `readdir'.
lib/PublicInbox/LeiSavedSearch.pm