Alexandr Evstigneev

Results 295 comments of Alexandr Evstigneev

What mvp should be: - [ ] action to install deps from `cpanfile` - [ ] notification with suggestion to install `carton` if `cpanfile` presents and `carton` is missing -...

This is IDE problem, so this issue is for the reference

and which initialization script are you using for the perlbrew?

This was recently changed in #2548 You may manually move deparsed file in any content root or project/root and it will be-recreated in the same place. First time plugin uses...

Seems that we need to move from up to down, not vice versa. Otherwise it is too complicated.

Looks like there are several build systems we need to support: `ExtUtils::MakeMaker`, `Module::Build`, `Dist::Zilla` (which is just a proxy to the `MakeMaker` in terms of building as far as I...

perl on windows may have `make` or `dmake`. Msys2 helps a lot with this.

I expect a lot of problems with `Dist::Zilla` because it makes/runs tests in the build sandbox. Not sure how to handle that yet. Probably will need to map stuff like...

Do you have carton installed in the selected perl interpreter?

These popups appears when you trying to execute something and this something reporting a missing module. Ye, probably a good idea