From 7cfb3626e5d78b632e5b62c200fdd906cf62c108 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Sep 1999 16:23:27 +0000 Subject: zsh-workers/7871 --- Completion/User/_perl_modules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Completion/User/_perl_modules') diff --git a/Completion/User/_perl_modules b/Completion/User/_perl_modules index c909055ba..f43ec8889 100644 --- a/Completion/User/_perl_modules +++ b/Completion/User/_perl_modules @@ -1,6 +1,5 @@ #compdef pmpath pmvers pmdesc pmload pmexp pmeth pmls pmcat pman pmfunc podgrep podtoc podpath # -# # _perl_modules - zsh completion function # # Adam Spiers @@ -8,8 +7,6 @@ # Calculate all installed Perl modules. The result is cached # for future use. # -# Bugs: -# - can't cope with multiple installs of Perl # Change this if you have pminst and want to use it. The zsh code # actually produces better results because pminst misses modules of @@ -44,4 +41,6 @@ if [[ ${+_perl_modules} -eq 0 ]]; then fi fi -compadd - $_perl_modules +local expl +_description expl "Perl modules" +compadd "$expl[@]" - $_perl_modules -- cgit 1.4.1