On 8/10/07, J. Shirley <[EMAIL PROTECTED]> wrote: > > On 8/10/07, Tatsuhiko Miyagawa <[EMAIL PROTECTED]> wrote: > > On 8/10/07, Steve Chervitz <[EMAIL PROTECTED]> wrote: > > > to this: > > > > > > my $vars = { > > > fruit => 'apple', > > > colors => qw(red yellow green blue) > > > }; > > > > and I guess this should really be: > > > > color => [ qw(red yellow green blue) ], > > > Updated accordingly. Thanks for pointing it out.
Still not fixed. There is an errant semicolon where a comma should be: fruit => 'apple', Regards, Steve
_______________________________________________ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/