I'm using Test::Mojo to verify cookie handling in some existing code. I don't see an elegant way to verify that cookies with the right value are being set in a response.
Is there a more elegant way to select particular cookies than grep of
@{$res->cookies}?
Thanks
