[Catalyst] Bug in wiki

Steve Chervitz sac at bioperl.org
Fri Aug 10 22:42:40 GMT 2007


I found a bug in the sample code on the following wiki page:
http://dev.catalyst.perl.org/wiki/NecessaryBackgroundKnowledge

Change this:

    my $vars =3D {
    fruit =3D> 'apple';
    colors =3D> qw(red yellow green blue);
    };

to this:

    my $vars =3D {
    fruit =3D> 'apple',
    colors =3D> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20070810/9d778=
1f2/attachment.htm


More information about the Catalyst mailing list