]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
tests: get rid of most Data::Dumper usage
authorEric Wong <e@80x24.org>
Thu, 27 Mar 2025 23:20:42 +0000 (23:20 +0000)
committerEric Wong <e@80x24.org>
Sun, 30 Mar 2025 18:19:29 +0000 (18:19 +0000)
commitea1e151fe1b1f249a2bf685973580938376e3111
treee7650b9ef66861019aa9d8a527c9a0d6a88ca13f
parent9f955bc03566025cf4fd884908e454e5815f49c8
tests: get rid of most Data::Dumper usage

`explain' from Test::More already uses Data::Dumper, so
it's unnecessary to set it up and call it ourselves.
This saves a bunch of wonky code in t/nntp.t, as well.
t/httpd-corner.t
t/imapd.t
t/nntp.t