You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
The empty cpanfile located in the template is always used during the build, ignoring any other cpanfile that user may create. This results in container with missing dependencies - not working at all unless there is no dependencies beyond core Perl module set.
Suggested fix/workaround:
Move cpanfile into function directory within template, copy directory first and use cpanminus rather than Carton to install dependencies from it.
Note:
Switching to cpanminus should also remove the need to use carton exec in fprocess and effectively remove one level of wrapper as library paths are added to main.pl anyway.
The text was updated successfully, but these errors were encountered:
Issue:
The empty
cpanfile
located in the template is always used during the build, ignoring any othercpanfile
that user may create. This results in container with missing dependencies - not working at all unless there is no dependencies beyond core Perl module set.Suggested fix/workaround:
Move
cpanfile
intofunction
directory within template, copy directory first and usecpanminus
rather thanCarton
to install dependencies from it.Note:
Switching to
cpanminus
should also remove the need to usecarton exec
infprocess
and effectively remove one level of wrapper as library paths are added tomain.pl
anyway.The text was updated successfully, but these errors were encountered: