aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-09-07 17:38:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-09-07 17:38:14 +1200
commitbf82fea6cd35a41507aed2e7caf8e64d58d0df67 (patch)
treed46267484b1a9da7a3ca9af4ecabb713f2ca418f
parentMerge branch 'release/v10.5.0' (diff)
parentUpdate dotfiles(7) manual page (diff)
downloaddotfiles-10.6.0.tar.gz (sig)
dotfiles-10.6.0.zip
Merge branch 'release/v10.6.0'v10.6.0
* release/v10.6.0: Update dotfiles(7) manual page Remove `plmu(1df)`
-rw-r--r--.gitignore1
-rw-r--r--Makefile1
-rw-r--r--README.md3
-rw-r--r--VERSION4
-rwxr-xr-x[-rw-r--r--]bin/plmu (renamed from bin/plmu.sh)1
-rw-r--r--man/man1/plmu.1df19
-rw-r--r--man/man7/dotfiles.7df4
7 files changed, 3 insertions, 30 deletions
diff --git a/.gitignore b/.gitignore
index 8d022b56..126c3f52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,7 +90,6 @@
/bin/phpcsff.m4
/bin/phpcsff.sh
/bin/pit
-/bin/plmu
/bin/pp
/bin/pph
/bin/pst
diff --git a/Makefile b/Makefile
index 487b835c..5139958b 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,6 @@ BINS = bin/ap \
bin/ped \
bin/phpcsff \
bin/pit \
- bin/plmu \
bin/p \
bin/pp \
bin/pph \
diff --git a/README.md b/README.md
index 130caa01..1a25d102 100644
--- a/README.md
+++ b/README.md
@@ -577,9 +577,6 @@ These scripts are installed by the `install-bin` target:
* `paz(1df)` print its arguments terminated by NULL chars.
* `pit(1df)` runs its input through a pager if its standard output looks like a
terminal.
-* `plmu(1df)` retrieves a list of installed modules from
- [`plenv`](https://github.com/tokuhirom/plenv), filters out any modules in
- `~/.plenv/non-cpan-modules`, and updates them all.
* `pwg(1df)` generates just one decent password with `pwgen(1)`.
* `qat(1df)` disables `stty echo` for the duration of a paste.
* `rep(1df)` repeats a command a given number of times.
diff --git a/VERSION b/VERSION
index 61cfd674..0e46cd5d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v10.5.0
-Sun, 23 Aug 2020 20:26:50 +0000
+tejr dotfiles v10.6.0
+Mon, 07 Sep 2020 05:38:07 +0000
diff --git a/bin/plmu.sh b/bin/plmu
index 3f237ae2..bac2e434 100644..100755
--- a/bin/plmu.sh
+++ b/bin/plmu
@@ -1,3 +1,4 @@
+#!/bin/sh
# Upgrade plenv modules with cpanm(1)
# Set up exceptions file if it exists
diff --git a/man/man1/plmu.1df b/man/man1/plmu.1df
deleted file mode 100644
index 92e0a550..00000000
--- a/man/man1/plmu.1df
+++ /dev/null
@@ -1,19 +0,0 @@
-.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>
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 40e4dedd..899cacb1 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -900,10 +900,6 @@ a source code filter suitable for use as an \f[C]equalprg\f[] in Vim.
\f[C]pit(1df)\f[] runs its input through a pager if its standard output
looks like a terminal.
.IP \[bu] 2
-\f[C]plmu(1df)\f[] retrieves a list of installed modules from
-\f[C]plenv\f[] (https://github.com/tokuhirom/plenv), filters out any
-modules in \f[C]~/.plenv/non\-cpan\-modules\f[], and updates them all.
-.IP \[bu] 2
\f[C]pwg(1df)\f[] generates just one decent password with
\f[C]pwgen(1)\f[].
.IP \[bu] 2