in reply to Re^2: Why is lib/perl5 not added to INC for perls installed using perlbrew
in thread Why is lib/perl5 not added to INC for perls installed using perlbrew
The cpanm is localed at $PERLBREW_ROOT/bin/cpanmcd $PERLBREW_ROOT/perls/perl-5.32.0 cpanm -L . MODULE
As you can see it has created the perl5/ folder I mention.perls \-- perl-5.32.0/ |-- bin/ | |-- cpan* | |-- perl* | |-- perl5.32.0* | \-- zipdetails* \-- lib/ |-- 5.32.0/ | |-- AnyDBM_File.pm | |-- App/ | |-- x86_64-linux-thread-multi-ld/ | \-- XSLoader.pm |-- perl5/ | |-- Alien/ | |-- alienfile.pm | |-- x86_64-linux-thread-multi-ld/ | \-- XML/ \-- site_perl/ \-- 5.32.0/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why is lib/perl5 not added to INC for perls installed using perlbrew
by tobyink (Canon) on Sep 14, 2020 at 00:35 UTC | |
by areldy_exten (Novice) on Sep 14, 2020 at 07:19 UTC | |
|
Re^4: Why is lib/perl5 not added to INC for perls installed using perlbrew
by kcott (Archbishop) on Sep 14, 2020 at 06:11 UTC | |
by tobyink (Canon) on Sep 14, 2020 at 08:21 UTC | |
by afoken (Chancellor) on Sep 14, 2020 at 13:03 UTC |