no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | perl [2014/03/21 16:23] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== perl ====== | ||
| + | == Rebuild all CPAN modules == | ||
| + | |||
| + | < | ||
| + | cpan -r | ||
| + | </ | ||
| + | |||
| + | == Upgrade all CPAN modules == | ||
| + | |||
| + | Install software: | ||
| + | |||
| + | < | ||
| + | curl -L http:// | ||
| + | cpanm App:: | ||
| + | </ | ||
| + | |||
| + | Run updates: | ||
| + | |||
| + | < | ||
| + | cpan-outdated -p | cpanm | ||
| + | </ | ||
| + | |||
| + | ==== Gentoo ==== | ||
| + | |||
| + | ** Rebuild modules after upgrading perl ** | ||
| + | |||
| + | < | ||
| + | perl-cleaner --all | ||
| + | </ | ||