1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 05:42:10 +02:00
tldr/pages/common/cpan.md
Shantanu Wable 634d0cd940
cpan: add page (#14267)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-10-18 20:21:46 +02:00

20 lines
340 B
Markdown

# 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`