]> Sergey Matveev's repositories - public-inbox.git/commit
wwwlisting: use first successfully loaded JSON module
authorEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 01:10:33 +0000 (01:10 +0000)
committerEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 05:43:52 +0000 (05:43 +0000)
commit9ba72fb4d832390eac423e25e6734a9b21086322
tree3513ba78335ba04cea4b29b623e150a1f69938f6
parent9253dc860de52360d3bc60710422783457143e3d
wwwlisting: use first successfully loaded JSON module

And not the last...

I only noticed this since JSON::PP::Boolean was spewing
redefinition warnings via overload.pm

Fixes: 8fb8fc52420ef669 ("wwwlisting: avoid lazy loading JSON module")
lib/PublicInbox/WwwListing.pm