summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-04 13:07:28 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-04 13:07:28 -0400
commitda780b4a0c9459fb887bd32159c004312d9f3934 (patch)
treea84695df585359fcb37baeb5420b36432b2b0327 /lib
parent903b05bdb8c1224deabd9674bb4be1bae5195312 (diff)
downloadreply-da780b4a0c9459fb887bd32159c004312d9f3934.tar.gz
reply-da780b4a0c9459fb887bd32159c004312d9f3934.zip
todo comment
Diffstat (limited to 'lib')
-rw-r--r--lib/Reply/Plugin/Autocomplete/Methods.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Reply/Plugin/Autocomplete/Methods.pm b/lib/Reply/Plugin/Autocomplete/Methods.pm
index 7421226..151caa0 100644
--- a/lib/Reply/Plugin/Autocomplete/Methods.pm
+++ b/lib/Reply/Plugin/Autocomplete/Methods.pm
@@ -61,6 +61,7 @@ sub tab_handler {
my $class;
if ($invocant =~ /^\$/) {
+ # XXX should support globals here
my $env = {
(map { %$_ } values %{ $self->{env} }),
(%{ $self->{env}{defaults} || {} }),