Hi,

In which components of a Catalyst app can I use __PACKAGE__->path_to()?

I've seen that if I use in a MyApp/View/TT.pm module

__PACKAGE__->config(
COMPILE_DIR => __PACKAGE__->path_to('templates'),
);

it gives an error like:

Can't locate object method "path_to" via package "MyApp::View::TT" at D:/web/MyApp/scr
ipt/../lib/MyApp/View/TT.pm line 7.

It works if I use MyApp->path_to() instead...

Generally, it would be also very helpful if we could find which methods are offered by a certain $c object in a certain place. Is there a way for doing this?

Thanks.

--
Octavian


_______________________________________________
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/

Reply via email to