Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Catalyst-Authentication-Credential-Twitter CPAN distribution.

Report information
The Basics
Id: 76678
Status: resolved
Priority: 0/
Queue: Catalyst-Authentication-Credential-Twitter

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

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



Subject: Missing dependency on Catalyst::Plugin::Session::Store::FastMmap

Message body is not shown because it is too large.

I believe this bug is invalid and the change made to fix it should not have been done -- from looking at the tests, Catalyst::Plugin::Session::Store::FastMmap is intended to be an optional dependency and should not be required for tests to run. Its use is wrapped in an eval {}. Please could this dependency be removed? It is being dragged into production installations that do not need it. thank you!
On Thu May 04 18:57:18 2017, ETHER wrote: Show quoted text
> I believe this bug is invalid and the change made to fix it should not > have been done -- from looking at the tests, > Catalyst::Plugin::Session::Store::FastMmap is intended to be an > optional dependency and should not be required for tests to run. Its > use is wrapped in an eval {}. > > Please could this dependency be removed? It is being dragged into > production installations that do not need it. thank you!
Maybe the tests have since changed, but the tests were failing for me at the time I filed this report.
On Thu May 04 18:57:18 2017, ETHER wrote: Show quoted text
> I believe this bug is invalid and the change made to fix it should not > have been done -- from looking at the tests, > Catalyst::Plugin::Session::Store::FastMmap is intended to be an > optional dependency and should not be required for tests to run. Its > use is wrapped in an eval {}. > > Please could this dependency be removed? It is being dragged into > production installations that do not need it. thank you!
I'm moving the dependency to TestRecommends, mostly because without it all tests are just useless passthroughs.