1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/cpan.md

21 lines
340 B
Markdown
Raw Normal View History

# cpan
> Query, download and build perl modules from CPAN sites.
> More information: <https://manned.org/cpan>.
- Install a module (`-i` is optional):
`cpan {{-i}} {{module_name}}`
- Force install a module (`-i` is not optional):
`cpan -fi {{module_name}}`
- Upgrade all installed modules:
`cpan -u`
- Recompile modules:
`cpan -r`