Skip Menu |

This queue is for tickets about the IMDB-Film CPAN distribution.

Report information
The Basics
Id: 63230
Status: new
Priority: 0/
Queue: IMDB-Film

People
Owner: Nobody in particular
Requestors: jon [...] thesquareplanet.com
Cc:
AdminCc:

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



Subject: Retrieving episodes for a TV series returns undef
episodes() seems to have been broken by a change either in your code or by something changing on the IMDb side of things.. If I use the criteria "the office us", the correct IMDB entry is found, but a call to episodes() returns undefined... After having a look through your code, I believe the error is that you have: return if $self->kind ne "tv series"; at the top of the episodes subroutine, whereas $self->kind actually contains "TV Series" (note the capitalization).