mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
cpan: add page (#14267)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
d33d289b57
commit
634d0cd940
1 changed files with 20 additions and 0 deletions
20
pages/common/cpan.md
Normal file
20
pages/common/cpan.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue