perl-avro icon indicating copy to clipboard operation
perl-avro copied to clipboard

Cannot install due to missing Module Error:Simple

Open Skeeve opened this issue 5 years ago • 0 comments

#   Failed test 'use Avro::Schema;'
#   at t/01_names.t line 23.
#     Tried to use 'Avro::Schema'.
#     Error:  Can't locate Error/Simple.pm in @INC (you may need to install the Error::Simple module) (@INC contains: /root/.cpanm/work/1581496927.6/Avro-1.9.1/inc /root/.cpanm/work/1581496927.6/Avro-1.9.1/blib/lib /root/.cpanm/work/1581496927.6/Avro-1.9.1/blib/arch /usr/local/lib/perl5/site_perl/5.30.0/x86_64-linux-gnu /usr/local/lib/perl5/site_perl/5.30.0 /usr/local/lib/perl5/vendor_perl/5.30.0/x86_64-linux-gnu /usr/local/lib/perl5/vendor_perl/5.30.0 /usr/local/lib/perl5/5.30.0/x86_64-linux-gnu /usr/local/lib/perl5/5.30.0 .) at /usr/local/lib/perl5/5.30.0/parent.pm line 16.
# BEGIN failed--compilation aborted at /root/.cpanm/work/1581496927.6/Avro-1.9.1/blib/lib/Avro/Schema.pm line 830.
# Compilation failed in require at t/01_names.t line 23.
# BEGIN failed--compilation aborted at t/01_names.t line 23.

After installing Error::Simple installation succeeded.

P.S. I know the new home is somewhere else on github, but it's not possible to open an issue there :(

Skeeve avatar Feb 12 '20 10:02 Skeeve