Skip to content

Instantly share code, notes, and snippets.

{
'module' => 'Plack::Middleware::Session',
opts => {
state => Plack::Session::State::Cookie->new(),
store => Plack::Session::Store::Cache->new(
cache => Cache::Memcached::Fast->new( { servers => [ '127.0.0.1:12345' ] } )
),
}
},
Test Summary Report
-------------------
t/Plack-Request/body.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/Plack-Request/content.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
t/Plack-Request/multi_read.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1