Skip to content

Commit

Permalink
cpan: add page (tldr-pages#14267)
Browse files Browse the repository at this point in the history
Co-authored-by: Wiktor Perskawiec <[email protected]>
  • Loading branch information
shxntanu and spageektti authored Oct 18, 2024
1 parent d33d289 commit 634d0cd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/common/cpan.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 634d0cd

Please sign in to comment.