]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/www_listing: avoid 'once' warnings
authorEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 05:24:32 +0000 (05:24 +0000)
committerEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 05:43:54 +0000 (05:43 +0000)
We reach into the WwwListing package directly to retrieve
that JSON encoder/decoder object, and we can't rely on `use'
since WwwListing loading may fail if Plack is missing.


No differences found