Subject: | Can't locate Config/IOD/Reader.pm |
On a freshly installed system I see the following error while running the test suite:
...
# Failed test 'exit_code'
# at /opt/perl-5.22.2/lib/site_perl/5.22.2/Test/Perinci/CmdLine.pm line 380.
# got: '200'
# expected: '0'
# Script's stdout: <prog: ERROR 500: Died: Can't locate Config/IOD/Reader.pm in @INC (you may need to install the Config::IOD::Reader module) (@INC contains: /home/cpansand/.cpan/build/2017011500/Perinci-CmdLine-Lite-1.71-rirHd2/blib/lib /home/cpansand/.cpan/build/2017011500/Perinci-CmdLine-Lite-1.71-rirHd2/blib/arch /opt/perl-5.22.2/lib/site_perl/5.22.2/x86_64-linux /opt/perl-5.22.2/lib/site_perl/5.22.2 /opt/perl-5.22.2/lib/5.22.2/x86_64-linux /opt/perl-5.22.2/lib/5.22.2 .) at /opt/perl-5.22.2/lib/site_perl/5.22.2/Perinci/CmdLine/Util/Config.pm line 57.
# >
# Script's stderr: <>
# Failed test 'stdout_like'
# at /opt/perl-5.22.2/lib/site_perl/5.22.2/Test/Perinci/CmdLine.pm line 393.
# 'prog: ERROR 500: Died: Can't locate Config/IOD/Reader.pm in @INC (you may need to install the Config::IOD::Reader module) (@INC contains: /home/cpansand/.cpan/build/2017011500/Perinci-CmdLine-Lite-1.71-rirHd2/blib/lib /home/cpansand/.cpan/build/2017011500/Perinci-CmdLine-Lite-1.71-rirHd2/blib/arch /opt/perl-5.22.2/lib/site_perl/5.22.2/x86_64-linux /opt/perl-5.22.2/lib/site_perl/5.22.2 /opt/perl-5.22.2/lib/5.22.2/x86_64-linux /opt/perl-5.22.2/lib/5.22.2 .) at /opt/perl-5.22.2/lib/site_perl/5.22.2/Perinci/CmdLine/Util/Config.pm line 57.
# '
# doesn't match '(?^:^a=101\nb=201\nc=\nd=\ne=$)'
# Looks like you failed 2 tests of 2.
...
# Failed test 'config file'
# at /opt/perl-5.22.2/lib/site_perl/5.22.2/Test/Perinci/CmdLine.pm line 493.
# there are failing tests, not deleting tempdir /var/tmp/cpansmoker-1002/2017011421/YyiEkRUMDm
# Looks like you failed 1 test of 18.
t/suite.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/18 subtests
...
A missing dependency declaration maybe?