[Catalyst] Problem with 'login' method in tutorial

Peter Traub ptraub at gmail.com
Fri Jun 23 00:21:43 CEST 2006


On 6/22/06, Ash Berlin <ash at cpan.org> wrote:
>
> Peter Traub wrote:
> > Hi Ash,
> >
> > Thanks for the reply. I should've mentioned that the top of my app
> > (tutorial.pm <http://tutorial.pm>) follows the tutorial directions to
> > the letter, and thus has:
> >
> > use Catalyst qw/-Debug Static::Simple Authentication
> >              Authentication::Store::Minimal
> >              Authentication::Credential::Password
> >              Session Session::Store::File Session::State::Cookie/;
> >
> > All those modules have been installed with CPAN. It should just
> > complain if it can't find any of those modules whenever the app is
> > called, right? But it doesn't (which implies that it sees them doesn't
> > it?), it only complains about the 'login' method call. Thanks.
> >
>
> Check what:
>
> perl -MCatalyst::Plugin::Authentication -e1
>
> give? (If nothing then it means that it found the module okay)
>
> Ash


yep, it returns nothing, so it finds the plugin ok. Is it possible that it
checks the first Catalyst directory (the Ubuntu one), and when it doesn't
find it there, fails to look in the other directory even though both
directories are in @INC?

peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060622/d2a0200f/attachment.htm 


More information about the Catalyst mailing list