Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer-Session-MongoDB CPAN distribution.

Report information
The Basics
Id: 72411
Status: resolved
Priority: 0/
Queue: Dancer-Session-MongoDB

People
Owner: IDOPEREL [...] cpan.org
Requestors: rhomel.chinsio [...] gmail.com
Cc:
AdminCc:

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



Subject: mistake in destroy
session->destroy fails because $_[0] is undefined. $_[0] should be replaced with $self on line 185: sub destroy { my $self = shift; $COLL->remove({ _id => MongoDB::OID->new(value => $self->id) }, { safe => 1, just_one => 1 }) || carp "Failed removing session from MongoDB database: ".$DB->last_error; }
Thanks, I will fix it as soon as possible.
Sorry for the terribly long delay. Bug fixed in version 0.3.