Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-Authentication CPAN distribution.

Report information
The Basics
Id: 37211
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-Authentication

People
Owner: Nobody in particular
Requestors: FRIEDO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.12
Fixed in: (no value)



Subject: CGI::Application::Plugin::Session is a prereq for t/60_store_session.t
CGI::Application::Plugin::Session is required by the test file t/60_store_session.t, but is listed under 'recommends' in Build.PL. The build script should either put CAP::Session under 'requires', or the test script should add a skip condition if it is not present. Mike Friedman
I've just submitted a patch to Github which fixes this; it'll make it into the next release. CAP::Session is now treated as an *optional* module and if you don't have it installed the tests are simply skipped.
Cees, could you please close this ticket, and mark it as resolved?
Fixed in v0.13