Daisuke NISHISAKA
Daisuke NISHISAKA
@hurricup Thank you for this issue. Sorry, I don't understand the intent of this issue, so let me ask a question. The following code gets the ASDF_CONCURRENCY, https://github.com/ouest/asdf-perl/blob/master/bin/install#L12 The following...
I see. Perhaps I understand. You mean you need to make these modifications, right? https://github.com/ouest/asdf-perl/pull/23
I'm late in responding, but I responded with the following p-r. Please check. https://github.com/ouest/asdf-perl/pull/23
I'm late in responding, but I responded with the following commit. Please check. https://github.com/ouest/asdf-perl/commit/e49d5066af159b7bd43a665d4b3b3dae61ae72b6
It was fine when we tested it here, but very sorry. https://github.com/ouest/asdf-perl/actions/runs/4587346393 For now, I have rescinded it with the following commit. https://github.com/ouest/asdf-perl/commit/f1b20400f2e15f20f5c09a93331b4e0a832e06c1 By the way, am I right in...
Thanks for your reply. > No. install command fails because of this last line with asdf reshim https://github.com/Camelcade/Perl5-IDEA/blob/master/.github/workflows/_tests.yml#L99-L102 For example, if you changed the above section to the following, would...
Unlike plenv, asdf cannot use that version of cpanm unless after doing asdf global perl 5.8.9. https://github.com/Camelcade/Perl5-IDEA/blob/master/.github/workflows/_tests.yml#L97-L101 For example, the following code, similar to the above, will succeed when executed...
I'm very sorry. I had overlooked the following. https://github.com/Camelcade/Perl5-IDEA/blob/master/.github/workflows/_tests.yml#L95 https://github.com/Camelcade/Perl5-IDEA/blob/master/.github/workflows/_tests.yml#L97-L102 The following code, similar to the above, successfully installed File::Slurp. ``` export ASDF_PERL_VERSION=5.8.9 && (apt update >/dev/null 2>&1 \ &&...
My English is poor, so I apologize for the lack of clarity. I believe the following code should work fine except for line 99. https://github.com/Camelcade/Perl5-IDEA/blob/master/.github/workflows/_tests.yml#L94-L101 However, given that it is...
> I'm not an english speaker as well, so no problems :) Thanks. > why do you think that something is not passed properly anywhere? The reason I don't think...