Subject: | The "ua" option to test_psgi is not documented in Plack::Test::Server |
Looking at Plack-Middleware-Session-0.13/t/013_cookiestore.t, it's
passing in it's own LWP::UserAgent to test_psgi. This appears to be an
undocumented feature of Plack::Test::Server. As it's being used by a
3rd party dependency, and it would be really useful to query the user
agent during testing, it should be documented.