Re: [Catalyst] I'm getting wrong uri_for

2009-10-13 Thread Oleg Pronin
I rendered tt2 template from offline script (mail template). On catalyst 5.7 i made a fake object i.e. $c = new MyApp(); and set $c-request/response etc. for the code to work as in request with no differences. But the way i initialized Request object is no longer working on 5.8 because Request is

Re: [Catalyst] I'm getting wrong uri_for

2009-10-13 Thread Tomas Doran
Oleg Pronin wrote: I rendered tt2 template from offline script (mail template). On catalyst 5.7 i made a fake object i.e. $c = new MyApp(); and set $c-request/response etc. for the code to work as in request with no differences. But the way i initialized Request object is no longer working on