Added comment on how to eventually workaround the bug

This commit is contained in:
David Paleino 2009-02-04 23:38:20 +01:00
parent 95266c3a6c
commit 009a8fa172

View File

@ -14,7 +14,8 @@ _cpan2dist()
case $prev in case $prev in
--format) --format)
COMPREPLY=( $( compgen -W '$(perl -MCPANPLUS::Dist -e "print map { \"\$_\n\" } CPANPLUS::Dist->dist_types")' -- $cur ) ) # should remove ":" from COMP_WORDBREAKS, but doesn't work (?)
COMPREPLY=( $( compgen -W '$(perl -MCPANPLUS::Dist -e "print map { \"\$_\n\" } CPANPLUS::Dist->dist_types")' -- "$cur" ) )
return 0 return 0
;; ;;
--@(banlist|ignorelist|modulelist|logfile)) --@(banlist|ignorelist|modulelist|logfile))