Skip Menu |

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

Report information
The Basics
Id: 14239
Status: resolved
Priority: 100/
Queue: IMDB-Film

People
Owner: STEPANOV [...] cpan.org
Requestors: STEPANOV [...] cpan.org
Cc:
AdminCc:

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



Subject: Search by movie title is not working
There were found a couple bugs in IMDB::Film: 1) search by movie title is not working. It happend because additional spaces were added into row 'IMDb Title Search'. I use a following regexp to match that: /IMDb title search/i I have to replace it by something like that: /IMDb\s+title\s+search/i 2) Some problem with tests.