Wed Dec 13 18:28:32 2006thhoff [...] gmail.com - Ticket created
Subject:
IMDB::Film 0.22 fails to return url in cover() if title contains metacharacters
Date:
Thu, 14 Dec 2006 00:28:14 +0100
To:
bug-IMDB-Film [...] rt.cpan.org
From:
"Thomas Hoff" <thhoff [...] gmail.com>
The cover() sub in FILM.pm failes to extract the url if the title
contains metacharacters,
like on e.g the title "13 (Tzameti)".
This can easially be solved by replacing:
my $title = $self->title;
with:
my $title = quotemeta($self->title);
in the same sub.
Hope to see an update with this soon!
Thanks.
Thomas.
Tue Dec 19 02:49:40 2006STEPANOV [...] cpan.org - Correspondence added
Resolved. The new release is coming soon.
--
Best Regards,
Michael Stepanov,
Senior Software Developer
Tue Dec 19 02:49:42 2006The RT System itself - Status changed from 'new' to 'open'
Tue Dec 19 02:49:43 2006STEPANOV [...] cpan.org - Status changed from 'open' to 'resolved'