Skeeve has asked for the wisdom of the Perl Monks concerning the following question:
When building my Docker image I need to install Template::Toolkit using cpanm.
In my cpanfile I've defined
which clearly is the version I can find on cpan.org.requires "Template::Toolkit","3.006";
But the build fails with
It only seems to be possible to be installed when defining the minimal version to be "0".==> Found dependencies: Template::Toolkit ! Installing the dependencies failed: Module 'Template::Toolkit' is no +t installed ! Bailing out the installation for .. Found Template::Toolkit which doesn't satisfy 3.006.
What can I do about it? Can I do something about it?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: cpanm --installdeps . cannot install Template::Toolkit
by Corion (Patriarch) on Jan 23, 2020 at 08:34 UTC | |
by Skeeve (Parson) on Jan 23, 2020 at 08:43 UTC | |
by Skeeve (Parson) on Jan 28, 2020 at 08:22 UTC | |
Re: cpanm --installdeps . cannot install Template::Toolkit
by Anonymous Monk on Jan 23, 2020 at 08:34 UTC | |
Re: cpanm --installdeps . cannot install Template::Toolkit
by Anonymous Monk on Jan 23, 2020 at 09:08 UTC | |
Re: cpanm --installdeps . cannot install Template::Toolkit
by Anonymous Monk on Jan 23, 2020 at 15:02 UTC | |
by Skeeve (Parson) on Jan 24, 2020 at 08:11 UTC |