I don't use Template::Stash::XS so I'm not really in a position to grok
or fix this bug that was filed in Debian. At the moment, the Debian
package/Ubuntu packages are not carrying around a delta to the library
itself so it seem very unlikely that this is a problem that we've
introduced.

Any feed back would be useful.

Regards,
Mako


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

--- Begin Message ---
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.

--- End Message ---

Attachment: signature.asc
Description: Digital signature

Reply via email to