]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit97a5c2d18eb597b09c98c9ac3d0b91ef9f79294b
treea3f53fb639be2f0346a0c91dcd9d44a19230062d
parent9ba72fb4d832390eac423e25e6734a9b21086322
t/www_listing: avoid 'once' warnings

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.
t/www_listing.t