2018-11-01 14:42:18 +00:00
|
|
|
# Cpanm
|
|
|
|
|
|
|
|
This plugin provides completion for [Cpanm](https://github.com/miyagawa/cpanminus) ([docs](https://metacpan.org/pod/App::cpanminus)).
|
2020-03-11 18:57:46 +00:00
|
|
|
|
2018-11-01 14:42:18 +00:00
|
|
|
To use it add cpanm to the plugins array in your zshrc file.
|
2020-03-11 18:57:46 +00:00
|
|
|
|
|
|
|
```zsh
|
2018-11-01 14:42:18 +00:00
|
|
|
plugins=(... cpanm)
|
|
|
|
```
|