1
0
Fork 0
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:
Shantanu Wable 2024-10-18 23:51:46 +05:30 committed by GitHub
parent d33d289b57
commit 634d0cd940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/common/cpan.md Normal file
View 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`