I have a Catalyst app that I have been working on with another developer. In this application, the links in the templates use the uri_for method, e.g.
<a href="[% c.uri_for('/login') %]">Login</a> This works fine on two machines that we have been developing on. I've recently installed it on a third machine with Perl 5.12.3 and Catalyst 5.90007. On that machine, the method seems to be returning relative URLs, e.g. on the page "/login", c.uri_for("/logout") returns a link to "/login/logout" instead of "/logout". Has anybody seen this issue before? _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/