Try to make a SubRequest not have a shallow copy of the stash
authorJose Luis Martinez <jlmartinez@capside.com>
Wed, 11 May 2011 07:21:57 +0000 (09:21 +0200)
committerJose Luis Martinez <jlmartinez@capside.com>
Wed, 11 May 2011 07:21:57 +0000 (09:21 +0200)
commit933b5867f744e00677eb86c612bd051a941705ca
treed935bb09f309b670ebc1fb7bfe6919a29ead95d9
parentf78902eadae8586dc9cc7a9e3821baadb4d4d197
Try to make a SubRequest not have a shallow copy of the stash

This change doesn't do any good because the root cause of the shallow copy is
the way Catalyst::Plugin::SubRequest sets the stash (Via $c->stash, that makes
a shallow copy itself). Don't know of a way to say to Catalyst "use this hashref
as the stash".
lib/Catalyst/View/Component/SubInclude/SubRequest.pm