doing plenv install 5.28.1 and getting error about strict.pm. How to fix it?
...
/bin/ln -s perldelta.pod pod/perl5281delta.pod
./miniperl -Ilib autodoc.pl
Can't locate strict.pm in @INC (you may need to install the strict module) (@INC contains: /cpan/AutoLoader/lib /dist/Carp/lib /dist/PathTools /dist/PathTools/lib /cpan/ExtUtils-Install/lib /cpan/ExtUtils-MakeMaker/lib /cpan/ExtUtils-Manifest/lib /cpan/File-Path/lib /ext/re /dist/Term-ReadLine/lib /dist/Exporter/lib /ext/File-Find/lib /cpan/Text-Tabs/lib /dist/constant/lib /cpan/version/lib /lib .) at autodoc.pl line 25.
BEGIN failed--compilation aborted at autodoc.pl line 25.
make: *** [pod/perlintern.pod] Error 2
Installation failure: make at /home/user/.plenv/plugins/perl-build/bin/perl-build line 10353.
ABORT
Ubuntu 14.04 system perl v5.18.2
doing
plenv install 5.28.1
and getting error aboutstrict.pm
. How to fix it?