Skip Menu |

This queue is for tickets about the Catalyst-Manual CPAN distribution.

Report information
The Basics
Id: 35920
Status: resolved
Priority: 0/
Queue: Catalyst-Manual

People
Owner: ZARQUON [...] cpan.org
Requestors: phoose [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug in authentication section?
Date: Thu, 15 May 2008 21:53:12 -0400
To: bug-Catalyst-Manual [...] rt.cpan.org
From: "Peter Hoose" <phoose [...] gmail.com>
Hello, I'm not certain, but there appears to be a bug in the Authentication section. In the first version of the myapp.yml the following line appears: " store: class: DBIx::Class" However, when adding this line my server crashes with the following error: Can't locate Catalyst/Plugin/Authentication/Store/DBIx/Class.pm in @INC (@INC contains: /var/www/catalyst/MyApp/script/../lib /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 71) line 1. Compilation failed in require at script/myapp_server.pl line 55. I've diff'ed all my files against the provided source and they appear to be inline with the examples. Is the above a known issue?
same here