I think if you want to
use inc::Module::Install;
You will need to push '.' onto @INC starting with Perl 5.26.
So likely the belt-and-suspenders approach would be
use lib '.'; use inc::Module::Install;
In reply to Re^4: Requring minimum perl version in a cpanfile ( inc::Module::Install )
by Corion
in thread Requring minimum perl version in a cpanfile
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |