Subject: | Unresolvable self dependency |
This stanza: https://metacpan.org/source/JHTHORSEN/App-Mypp-0.17/META.json#L25
prereqs.build.requires.App::Mypp = "0.16"
Means that to install and build App::Mypp, one must first have installed App::Mypp.
HARNESS_OPTIONS=j100:c cpanm --prompt --interactive App::Mypp
--> Working on App::Mypp
Fetching http://www.cpan.org/authors/id/J/JH/JHTHORSEN/App-Mypp-0.17.tar.gz ... OK
Configuring App-Mypp-0.17 ... Warning: prerequisite App::Mypp 0.16 not found.
Writing Makefile for App-Mypp
Writing MYMETA.yml and MYMETA.json
OK
Show quoted text
I can try "y" here, but it then bombs pretty hard.
prereqs.build.requires.App::Mypp = "0.16"
Means that to install and build App::Mypp, one must first have installed App::Mypp.
HARNESS_OPTIONS=j100:c cpanm --prompt --interactive App::Mypp
--> Working on App::Mypp
Fetching http://www.cpan.org/authors/id/J/JH/JHTHORSEN/App-Mypp-0.17.tar.gz ... OK
Configuring App-Mypp-0.17 ... Warning: prerequisite App::Mypp 0.16 not found.
Writing Makefile for App-Mypp
Writing MYMETA.yml and MYMETA.json
OK
Show quoted text
==> Found dependencies: App::Mypp
Show quoted text! Installing the dependencies failed: Module 'App::Mypp' is not installed
Do you want to continue building App-Mypp-0.17 anyway? [n]I can try "y" here, but it then bombs pretty hard.