set to use my asdf-perl fork for now

Sun, 09 Jan 2022 22:41:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 09 Jan 2022 22:41:10 -0600
changeset 971
7f391ae6b12b
parent 970
498189926551
child 972
93a774dccd46

set to use my asdf-perl fork for now

bin/homedir-setup file | annotate | diff | comparison | revisions
--- a/bin/homedir-setup
+++ b/bin/homedir-setup
@@ -16,7 +16,7 @@ zsh -i -c 'zgen update' || :
 clone_or_pull 'https://github.com/asdf-vm/asdf' .asdf
 source .asdf/asdf.sh
 
-asdf plugin add perl || :
+asdf plugin add perl 'https://github.com/merrilymeredith/asdf-perl.git' || :
 asdf plugin update --all
 
 bin/setup-man || :

mercurial