From da780b4a0c9459fb887bd32159c004312d9f3934 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 4 Jul 2013 13:07:28 -0400 Subject: todo comment --- lib/Reply/Plugin/Autocomplete/Methods.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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} || {} }), -- cgit v1.2.3-54-g00ecf