<quote who="Joshua T. Corbin" date="Tue, Jan 23, 2007 at 06:09:25PM -0500">
> Package: libtemplate-perl
> Version: 2.15-0.0
> 
> [%
> # Assume Session is a tied Apache::Session
> # Assume Session.foo has been externally set to 'abc'
> 
> # Direct setting fails
> GET Session.foo; # prints 'abc'
> SET Session.foo = 'def';
> GET Session.foo; # prints 'abc'
> 
> # Using import works
> CALL Session.import( { foo = 'def' } );
> GET Session.foo; # prints 'def'
> %]
> 
> This is a regression from Template::Stash::XS in 2.14-1, downgrading the
> package to previous version fixes this.
> 
> Looking at the upstream changelog suggests the only changes between 2.14
> and 2.15 were to explicitly fix issues with the xs stash and tied
> hashes, so I am reporting this error against the debian package.

The upload was an NMU which I have not had a chance to review yet. I'll
look at the changes and your bug and see what I can do. Thanks for the
report!

Regards,
Mako

-- 
Benjamin Mako Hill
[EMAIL PROTECTED]
http://mako.cc/

Attachment: signature.asc
Description: Digital signature

Reply via email to