I found a bug in the sample code on the following wiki page:
http://dev.catalyst.perl.org/wiki/NecessaryBackgroundKnowledge
Change this:
my $vars = {
fruit => 'apple';
colors => qw(red yellow green blue);
};
to this:
my $vars = {
fruit => 'apple',
colors => qw(red yellow green blue)
};
I'd do it myself, but I don't see how to sign up for an account on this wiki
that will let me edit pages.
Cheers,
Steve
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/