ouest / asdf-perl

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

tac is not portable #12

Closed somatoko closed 2 years ago

somatoko commented 2 years ago

Hi,

If I invoke asdf list all perl command on osx I get following

No compatible versions available (perl )

Inside bin/list-all I see the following line

$(perl_install_bin) --list-all | tac | tr '\n' ' '

According to this answer tac can be replaced by tail -r command.

Can you please adjust it.

ouest commented 2 years ago

@somatoko Sorry for the delay. I have corrected it below. Can you please check if it works? https://github.com/ouest/asdf-perl/pull/13