Jeff Anderson wrote:
> Line [2]16, change:
> return \%hash ;
> 
> to:
> return {%hash} ;
> 
> Are you the maintaining this module now David?
> Should i submit a patch to rt.cpan.org? 

First you should run the t/dbi.t test and see what it causes to fail... :-)

Unfortunately, your change breaks the whole behaviour of the tie() method
by returning a copy of the contents of a tied hash, rather than the tied
hash itself.

A


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

Reply via email to