Skip Menu |

This queue is for tickets about the Template-Toolkit CPAN distribution.

Report information
The Basics
Id: 34489
Status: resolved
Priority: 0/
Queue: Template-Toolkit

People
Owner: Nobody in particular
Requestors: RSAVAGE [...] cpan.org
Cc:
AdminCc:

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



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.
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