aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 14:22:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 14:22:13 +1200
commitf114f6d571141ac733773480d60e6e3a99350097 (patch)
tree20300802968fc761f1d1172c3671c9acaa0ae83d /bin
parentBreak Xresources into subfiles (diff)
downloaddotfiles-f114f6d571141ac733773480d60e6e3a99350097.tar.gz
dotfiles-f114f6d571141ac733773480d60e6e3a99350097.zip
Remove my CPAN mirror from plmu script
Defined as an environment variable instead, per-host: $ declare -xp PERL_CPANM_OPT declare -x PERL_CPANM_OPT="--mirror http://cpan.inspire.net.nz/"
Diffstat (limited to 'bin')
-rwxr-xr-xbin/plmu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/plmu b/bin/plmu
index 668c4667..fee01fe2 100755
--- a/bin/plmu
+++ b/bin/plmu
@@ -30,5 +30,5 @@ comm -23 -- "$mf" "$ef" > "$cf"
# Read the list of modules to upgrade and upgrade them one by one
while read -r module ; do
- cpanm --from http://cpan.inspire.net.nz --notest --quiet -- "$module"
+ cpanm --notest --quiet -- "$module"
done < "$cf"