On 27 Feb 2008, at 17:30, Richardson, Matthew wrote:

Hello,

I am trying to following the documentation from CPAN on this, but I am confused. In MyApp.pm I have the following:

use Catalyst qw/-Debug ConfigLoader Static::Simple
                    Session
                        Session::State::Cookie
                        Session::Store::FastMmap
                    Authentication
                        Authentication::Store::LDAP
                        Authentication::Credential::Password/;

However when I start the Catalyst server with myapp_server.pl -r -d -k the following is ouput:



[snip]

have you tried reading the tests in the dist? That ought to provide a minimal working example, with the addition of alerting you to any 'orrible edge cases. If not, that's a bug that needs to be fixed.

_______________________________________________
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