Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Jemplate CPAN distribution.

Report information
The Basics
Id: 53697
Status: resolved
Priority: 0/
Queue: Jemplate

People
Owner: Nobody in particular
Requestors: jchao [...] iparadigms.com
Cc:
AdminCc:

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



Subject: Compiler fails with paths containing "/.."
The compiler fails to work with paths that contain "/..", such as: "dev/../root/jemplates" It prints out the usage because it cannot find any template files in such paths. The problem seems to be the regular expression in the recurse_dir() subroutine that is used to filter out hidden files. It is currently: '\/\.' but should be updated to: '\/\.[^\.]'
Fixed, thanks for the report