[Templates] Template::Plugin::DBI (DBI.tie bug)

David Hodgkinson daveh@hodgkinson.org
Mon, 20 Oct 2003 15:53:19 +0100


On Monday, October 20, 2003, at 03:29  pm, Jeff Anderson wrote:

> Bingo!
>
> Line 16, change:
> return \%hash ;
>
> to:
> return {%hash} ;

And they say Perl isn't line noise.

Could this be to do with DBI.pm changing recently (ie recent whinges
about not supporting old Perls) or TT changing its DWIM handling
of the abovesuch constructs?


>
> Are you the maintaining this module now David?

Nope :-) I think Andy folded it into the main tree. It was a one-line
hack that got out of control.