This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#compdef cpan | |
# | |
# zsh completion code for cpan | |
# Jiro Nishiguchi <[email protected]> | |
# | |
typeset -A opt_args | |
local expl context state line | |
local -a meta_opts |