Thu Mar 27 19:23:39 2008RSAVAGE [...] cpan.org - Ticket created
Subject:
Hard-coded / in Template::Prover
Template::Provider line 213:
$path = "$dir/$name";
presumably should be
$path = File::Spec -> catfile($dir, $name);
unless in this context all paths are in Unix format.
Wed Aug 06 04:34:39 2008cpan [...] wardley.org - Correspondence added
On Thu Mar 27 19:23:39 2008, RSAVAGE wrote:
Show quoted text
> Template::Provider line 213:
> $path = "$dir/$name";
> presumably should be
> $path = File::Spec -> catfile($dir, $name);
> unless in this context all paths are in Unix format.
Yes, you're right. Fixed now.
Thanks
A
Wed Aug 06 04:34:41 2008The RT System itself - Status changed from 'new' to 'open'
Wed Aug 06 04:34:42 2008cpan [...] wardley.org - Status changed from 'open' to 'resolved'