Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Session-Store-MongoDB CPAN distribution.

Report information
The Basics
Id: 108198
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Session-Store-MongoDB

People
Owner: rjk [...] tamias.net
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Incompatible with MongoDB v1
The latest MongoDB distribution does not come anymore with the (deprecated for long time) MongoDB::Connection module. See http://www.cpantesters.org/cpan/report/48c6698a-7e5b-11e5-aa1e-c1c7dfbfc7aa for a sample fail report. Additionally, looking at the findings listed in http://analysis.cpantesters.org/solved?distv=Catalyst-Plugin-Session-Store-MongoDB-0.02 , it seems that String::Random is not declared as a prerequisite and may cause test failures.
Now uses MongoDB::MongoClient rather than MongoDB::Connection. Additionally, META.yml now includes the build_requires specification.