in reply to Getting Started with Catalyst and Strawberry Perl

Actually, it looks like a bug in the version of Catalyst I downloaded from CPAN. I just updated the module and now the development server is behaving itself. Thanks for the suggestions.
  • Comment on Re: Getting Started with Catalyst and Strawberry Perl

Replies are listed 'Best First'.
Re^2: Getting Started with Catalyst and Strawberry Perl
by syphilis (Archbishop) on Jan 05, 2011 at 23:34 UTC
    In the absence of anything better, start by looking at the lines referenced in the error messages. Somewhere in there you should find a clue as to what's missing.

    Not sure whether you should start at the top and work your way down, or go from the bottom up.

    Ultimately, the problem is that line 2697 of Catalyst.pm was expecting a hash reference, but got passed undef. It looks like this is probably a flow-on from the same thing having happened at line 120 of MOP.pm.

    Also check this google link to see if any of the hits there offer anything useful.

    Cheers,
    Rob