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.