cpanfile parsing issue
Getting issue in cpanfile, its being recognised as a cpanfile (has the Meta::CPAN logo for the file), however im getting Unable to find sub definition, declaration, constant definition or typeglob aliasing errors on:
- requires
- on
- feature
Version info:
IntelliJ IDEA 2019.1.3 (Ultimate Edition)
Build #IU-191.7479.19, built on May 28, 2019
JRE: 1.8.0_202-release-1483-b58 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.9.0-9-amd64
With perl plugin version v2019.1.3, on Debian Stretch.
Not sure how to provide any extra debug info, but let me know if theres a way to get to the PSI info in a normal running IDEA.
Do you have carton installed in the selected perl interpreter?
Ah! right so the fix is to install Module::CPANfile. I noticed previously somewhere you had a popup asking to install particular modules, may be worth adding a hint to cpanfile with errors to install Module::CPANfile
These popups appears when you trying to execute something and this something reporting a missing module. Ye, probably a good idea
Seems this dsl should be able to resolve to other things in carton/cpanminus