summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/ResultCache.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-04 14:21:11 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-04 14:21:11 -0400
commit48656ef560302c9e9864b84b2f95f266799d88e3 (patch)
tree0a440ed17b463af617af486e5c06a5ea3bc84818 /lib/Reply/Plugin/ResultCache.pm
parentda780b4a0c9459fb887bd32159c004312d9f3934 (diff)
downloadreply-48656ef560302c9e9864b84b2f95f266799d88e3.tar.gz
reply-48656ef560302c9e9864b84b2f95f266799d88e3.zip
just give up on the whole 'name' thing here
Diffstat (limited to 'lib/Reply/Plugin/ResultCache.pm')
-rw-r--r--lib/Reply/Plugin/ResultCache.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reply/Plugin/ResultCache.pm b/lib/Reply/Plugin/ResultCache.pm
index beb884b..5a241e3 100644
--- a/lib/Reply/Plugin/ResultCache.pm
+++ b/lib/Reply/Plugin/ResultCache.pm
@@ -46,7 +46,7 @@ sub execute {
$self->publish(
'lexical_environment',
- result_cache => {
+ {
"\@$self->{result_name}" => $self->{results},
},
);