<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On Sep 19, 2006, at 1:37 AM, Moritz Sisenop wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">When I try<BR><BR>$c-&gt;path_to(qw/root customers signup.tt2/)<BR><BR>there is no Catalyst error message anymore. <BR>Just a TT one: "Not a GLOB reference at /usr/local/lib/perl/5.8.7/Template/Provider.pm line 647." <BR><BR></BLOCKQUOTE>Template Toolkit doesn't know what to do with the Path::Class::File object that path_to is going to return,</DIV><DIV>use $c-&gt;path_to(qw/root customer signup.tt2/)-&gt;stringify instead.</DIV><DIV><BR class="khtml-block-placeholder"></DIV>--�<BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>Jason Kohles</DIV><DIV><A href="mailto:email@jasonkohles.com">email@jasonkohles.com</A></DIV><DIV><A href="http://www.jasonkohles.com">http://www.jasonkohles.com</A>/</DIV><DIV>"A witty saying proves nothing."� -- Voltaire</DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></BODY></HTML>