Re: [mp2] problems with path attribute of HTML::Template

2006-09-29 Thread Jonathan Vanasco
On Sep 29, 2006, at 12:38 PM, Alexander Koeppe wrote: Hi List, I've observed a problem with mod_perl2 and HTML::Template VERSION: 2.8. If I create a new template object with my $template = HTML::Template->new( filename => "menu.html", path => [ "/path/to/templates",

[mp2] problems with path attribute of HTML::Template

2006-09-29 Thread Alexander Koeppe
Hi List, I've observed a problem with mod_perl2 and HTML::Template VERSION: 2.8. If I create a new template object with my $template = HTML::Template->new( filename => "menu.html", path => [ "/path/to/templates", "/also/path/to/templates" ] ); and restart A