aboutsummaryrefslogtreecommitdiff
path: root/man/man1/plmu.1df
blob: 92e0a55085baf846f00b72ba3fb2108a899a897e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH PLMU 1df "June 2016" "Manual page for plmu"
.SH NAME
.B plmu
\- upgrade plenv[1] modules with cpanm(1)
.SH SYNOPSIS
.B plmu
.SH DESCRIPTION
.B plmu
iterates through a list of the modules installed in the current plenv(1)
version of Perl, excluding any defined in ~/.plenv/non-cpanm-modules, and
attempts to upgrade each of them, reporting any errors.  It does not run any
tests, so it's just a shortcut for your personal Perl installation tinkerings,
and not for any production deployment of plenv[1].
.SH SEE ALSO
[1] plenv: https://github.com/tokuhirom/plenv
.br
cpanm(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>