[Catalyst] Problem with 'login' method in tutorial
Ash Berlin
ash at cpan.org
Fri Jun 23 01:08:01 CEST 2006
Peter Traub wrote:
>
> On 6/22/06, *Ash Berlin* <ash at cpan.org <mailto: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> <http://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
>
Very much doubt it - I'm using it on Ubuntu fine. Try what Matt
suggested in his post
Ash
More information about the Catalyst
mailing list