Skip Menu |

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

Report information
The Basics
Id: 91425
Status: new
Priority: 0/
Queue: WWW-TMDB-API

People
Owner: Nobody in particular
Requestors: email [...] squinn.co.uk
Cc:
AdminCc:

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



Subject: Movie search broken
Date: Sun, 15 Dec 2013 10:25:33 +0000
To: bug-WWW-TMDB-API [...] rt.cpan.org
From: Simon Quinn <email [...] squinn.co.uk>
Recently the movie search has broken. Looks like a small syntax error that means the search no longer works as it did - some clean up work at TMDB? In file Movie.pm: $self->{api}->send_api( [ 'search', 'movies' ], should be: $self->{api}->send_api( [ 'search', 'movie' ], Regards Simon