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.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to