[Catalyst] Using path_to()
Octavian Rasnita
orasnita at gmail.com
Wed Apr 29 08:33:26 GMT 2009
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
More information about the Catalyst
mailing list