Skip Menu |

This queue is for tickets about the WWW-Foursquare CPAN distribution.

Report information
The Basics
Id: 118382
Status: new
Priority: 0/
Queue: WWW-Foursquare

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

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



Subject: Bug in www::Foursquare module venues->search sub
Date: Fri, 14 Oct 2016 11:19:15 +0200
To: bug-WWW-Foursquare [...] rt.cpan.org
From: Laszlo Mocsar <lmocsi [...] gmail.com>
Hi, There's a bug in the www::Foursquare module, in the venues->search part. It always redirects to venues->managed, because of this code part (in Venues.pm): sub search { my ($self, %params) = @_; my $path = "venues/managed"; return $self->{request}->GET($path, \%params); } The path should be: my $path = "venues/search"; Regards, Laszlo Mocsar