Skip Menu |

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

Report information
The Basics
Id: 23918
Status: resolved
Priority: 0/
Queue: IMDB-Film

People
Owner: Nobody in particular
Requestors: thhoff [...] gmail.com
Cc:
AdminCc:

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



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.
Resolved. The new release is coming soon. -- Best Regards, Michael Stepanov, Senior Software Developer