Plugin uses `$ASDF_CONCURRENCY` and ignores perl_install options
It is expected that plugin will pass through options to the perl_install, not override them silently.
It is not possible to pass -j option.
See also: asdf-vm/asdf#1097
@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 code sets the build_args. https://github.com/ouest/asdf-perl/blob/master/bin/install#L22
Does this process mean there is a problem? Because of my poor English, I don't completely understand.
It is unclear why the plugin need to override -j option I pass explicitly in the build_args
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