ouest / asdf-perl

Perl plugin for the asdf version manager
MIT License
29 stars 6 forks source link

plugin depends on `which`, fails on stock Arch Linux #25

Closed markjreed closed 1 year ago

markjreed commented 1 year ago

The which command is an external binary that is not built in to bash; for portability, bash scripts should use the type builtin instead. The perl plugin failed (with a relatively silent "No compatible versions" message) on a fresh ArchLinux install because of this dependency.