in reply to Re^4: PSGI, Plack et.al.
in thread PSGI, Plack et.al.

I can't comment on Perlbal, but for my particular usage, Gepok's ssl_verify_mode and ssl_verify_callback options were useful. Indeed, I wrote the patch to implement them and submitted it to Gepok's author. Also useful is $env->{'gepok.socket'} being available to PSGI applications.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'