Description: Fix cursor expand bug
Author: dod
--- a/lib/MongoDBx/Class/Cursor.pm
+++ b/lib/MongoDBx/Class/Cursor.pm
@@ -56,7 +56,7 @@
 =cut
 
 around 'next' => sub {
-	my ($orig, $self, $do_not_expand) = (shift, shift);
+	my ($orig, $self, $do_not_expand) = @_;
 
 	my $doc = $self->$orig || return;
 
