[Templates] [jtc@losch.net: Bug#408179: Template::Stash::XS fails to set tied hash values]
Benj. Mako Hill
mako@debian.org
Tue, 10 Apr 2007 01:38:50 -0400
--6K2R/cS9K4qvcBNq
Content-Type: multipart/mixed; boundary="rwgQ89ZNnFUwFHTC"
Content-Disposition: inline
--rwgQ89ZNnFUwFHTC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
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
--=20
Benjamin Mako Hill
mako@debian.org
http://mako.cc/
--rwgQ89ZNnFUwFHTC
Content-Type: message/rfc822
Content-Disposition: inline
Return-Path: <debbugs@bugs.debian.org>
X-Original-To: mako@volo.yukidoke.org
Delivered-To: mako@volo.yukidoke.org
Received: from spohr.debian.org (spohr.debian.org [140.211.166.43])
by volo.yukidoke.org (Postfix) with ESMTP id 020D64166D
for <mako@volo.yukidoke.org>; Tue, 23 Jan 2007 23:31:08 +0000 (UTC)
Received: from debbugs by spohr.debian.org with local (Exim 4.50)
id 1H9Utz-0006CO-Dr; Tue, 23 Jan 2007 15:18:07 -0800
X-Loop: owner@bugs.debian.org
Subject: Bug#408179: Template::Stash::XS fails to set tied hash values
Reply-To: "Joshua T. Corbin" <jtc@losch.net>, 408179@bugs.debian.org
Resent-From: "Joshua T. Corbin" <jtc@losch.net>
Resent-To: debian-bugs-dist@lists.debian.org
Resent-Cc: Benjamin Hill (Mako) <mako@debian.org>
Resent-Date: Tue, 23 Jan 2007 23:18:02 +0000
Resent-Message-ID: <handler.408179.B.11695936857367@bugs.debian.org>
X-Debian-PR-Message: report 408179
X-Debian-PR-Package: libtemplate-perl
X-Debian-PR-Keywords:
X-Debian-PR-Source: libtemplate-perl
Received: via spool by submit@bugs.debian.org id=B.11695936857367
(code B ref -1); Tue, 23 Jan 2007 23:18:02 +0000
Received: (at submit) by bugs.debian.org; 23 Jan 2007 23:08:05 +0000
Received: from darkretribution.com ([64.71.152.221] helo=node1.wunjo.org)
by spohr.debian.org with esmtp (Exim 4.50)
id 1H9UkG-0001u5-Pq
for submit@bugs.debian.org; Tue, 23 Jan 2007 15:08:05 -0800
Received: by node1.wunjo.org (Postfix, from userid 1001)
id 09A462EF98; Tue, 23 Jan 2007 18:09:25 -0500 (EST)
Date: Tue, 23 Jan 2007 18:09:25 -0500
From: "Joshua T. Corbin" <jtc@losch.net>
To: submit@bugs.debian.org
Message-ID: <20070123230925.GJ25085@node1.wunjo.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Resent-Sender: Debian BTS <debbugs@bugs.debian.org>
Resent-Date: Tue, 23 Jan 2007 15:18:07 -0800
X-Bogosity: Ham, tests=bogofilter, spamicity=0.000010, version=0.94.4
X-UID: 7576
X-Keywords:
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.
--rwgQ89ZNnFUwFHTC--
--6K2R/cS9K4qvcBNq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGGyLqic1LIWB1WeYRAijMAJwMvr0iZ6Xg6wo4GNW0WlOEZ3hr8QCfV2XL
aaL2xa4g2pl+qNEn+zzz+tk=
=ZZ18
-----END PGP SIGNATURE-----
--6K2R/cS9K4qvcBNq--