]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
www_static: use Plack::Component->to_app
authorEric Wong <e@80x24.org>
Tue, 10 Jun 2025 05:18:10 +0000 (05:18 +0000)
committerEric Wong <e@80x24.org>
Fri, 13 Jun 2025 12:30:31 +0000 (12:30 +0000)
commit8c93a4285959bca0d22273d57f7c4969a38a5453
treeea7e6dc6f46188be9d446862a50bfda74533507f
parent1a7f93f3224f9463849d31e1e5a753579021010f
www_static: use Plack::Component->to_app

Requiring users to create anonymous subs is tedious and
Plack::Component is already a part of Plack (and installed
by all PSGI users) and already used by many middlewares.
lib/PublicInbox/WwwStatic.pm
t/www_static.t