summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/LexicalPersistence.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/LexicalPersistence.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/LexicalPersistence.pm')
-rw-r--r--lib/Reply/Plugin/LexicalPersistence.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reply/Plugin/LexicalPersistence.pm b/lib/Reply/Plugin/LexicalPersistence.pm
index e3bbb9a..8437cbe 100644
--- a/lib/Reply/Plugin/LexicalPersistence.pm
+++ b/lib/Reply/Plugin/LexicalPersistence.pm
@@ -41,7 +41,7 @@ sub compile {
%{ peek_sub($code) },
};
- $self->publish('lexical_environment', default => $self->{env});
+ $self->publish('lexical_environment', $self->{env});
return $code;
}