On Fri, Mar 05, 2004 at 11:09:50AM -0500, Mark Mills wrote:
> >my $tt = Template->new;
> >$tt->process(\*DATA => {
> > mylist => sub { return () },
> >});
> Ouch. Does your real code method actually return a raw list or does it 
> return an arrayref? 

It returns a raw list. The code in question is Class::DBI, and this
isn't something that's easily changed at this point!

For the most part everything Just Works, but this one has been annoying
me today.

Tony

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to