Document that we need Plack, and supply the minimum version to make t/Auth/mech.t work right.

This commit is contained in:
Colin Kuskie 2010-09-22 14:00:42 -07:00
parent cf22fc848c
commit 74b4049e3b

View file

@ -108,6 +108,7 @@ checkModule("Finance::Quote", 1.15 );
checkModule("POE", 1.005 );
checkModule("POE::Component::IKC::Server", 0.2001 );
checkModule("POE::Component::Client::HTTP", 0.88 );
checkModule("Plack", 0.9949 );
checkModule("Plack::Request");
checkModule("Plack::Response");
checkModule("Plack::Middleware::Status");