Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MongoDB CPAN distribution.

Maintainer(s)' notes

Please don't report bugs here. Please use the MongoDB Perl driver issue tracker instead.

Report information
The Basics
Id: 56672
Status: resolved
Priority: 0/
Queue: MongoDB

People
Owner: Nobody in particular
Requestors: jwieland [...] gmail.com
Cc:
AdminCc:

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



Subject: alias collection query to find
my $cursor = $collection->query({ i => { '$gt' => 42 } }); would be a bit more intuitive to keep with the same terminology that the official mongodb manual specifies my $cursor = $collection->find({ i => { '$gt' => 42 } });
Will be in 0.32. http://github.com/mongodb/mongo-perl- driver/commit/69b4047b7cf438905cb5172bafcc949adb46372b