Skip Menu |

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

Report information
The Basics
Id: 11426
Status: resolved
Priority: 50/
Queue: IMDB-Film

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

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



Subject: Module gets undef warning when doing a Film type query for 'jonny zero'
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.8.4/IMDB/Film.pm line 639. Happens when you do my $search = 'jonny zero'; my $imdb = new IMDB::Film(crit => $search); my $title = $imdb->title(); Cheers, Marcus
[MARCUS - Tue Feb 8 13:11:15 2005]: Many thanks, Marcus! Show quoted text
> Use of uninitialized value in concatenation (.) or string at > /usr/local/share/perl/5.8.4/IMDB/Film.pm line 639. > > Happens when you do > > my $search = 'jonny zero'; > my $imdb = new IMDB::Film(crit => $search); > my $title = $imdb->title();
You are right. I've fixed that bug. I'm going to release the next version of IMDB::Film and that change will be present there. Show quoted text
> > Cheers, > Marcus