1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:42:08 +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

340 B

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