In the following loadMacros(qw{foo.pl bar.pl}) the token qw{} isn't correctly detected as a quote, and thus auto completion is enabled inside. More generally it appears that q(), q{}, qw(), and qw{} are all detected as quotes if they are on their own, but if they are nested inside parentheses, brackets, or braces they are no longer detected as quotes.
In the following
loadMacros(qw{foo.pl bar.pl})the tokenqw{}isn't correctly detected as a quote, and thus auto completion is enabled inside. More generally it appears thatq(),q{},qw(), andqw{}are all detected as quotes if they are on their own, but if they are nested inside parentheses, brackets, or braces they are no longer detected as quotes.