summaryrefslogtreecommitdiff
path: root/bin/src-register-all
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-27 11:59:01 -0700
commit6ae1bee45f6f893a8c5fdb196ab1a45f31751496 (patch)
treede9016677d2c14e0b8d9edc3f5b594565f66291a /bin/src-register-all
parent9a5c0b3322139a3ef36f6065c4a4ab037c246dc6 (diff)
downloaddotfiles-6ae1bee45f6f893a8c5fdb196ab1a45f31751496.tar.gz
stop stowing Local:: perl5 libs into HOME
AFAICT pointless complexity.
Diffstat (limited to 'bin/src-register-all')
-rwxr-xr-xbin/src-register-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/src-register-all b/bin/src-register-all
index 411cace7..3ea8cc28 100755
--- a/bin/src-register-all
+++ b/bin/src-register-all
@@ -8,7 +8,7 @@
use strict;
use warnings;
-use lib "$ENV{HOME}/src/dotfiles/lib/perl5";
+use lib "$ENV{HOME}/src/dotfiles/perl5";
use Local::Homedir;