Subject: | Can't locate Ascii.pm |
The test suite fails on all of my smokers:
...
PERL_DL_NONLAZY=1 "/usr/perl5.28.1Dp/bin/perl5.28.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use Ascii;'
# at t/00-load.t line 6.
Bailout called. Further testing stopped:
# Tried to use 'Ascii'.
# Error: Can't locate Ascii.pm in @INC (you may need to install the Ascii module) (@INC contains: /usr/home/cpansand/.cpan/build/2020040412/TSQL-FlatFile-1.02-4/blib/lib /usr/home/cpansand/.cpan/build/2020040412/TSQL-FlatFile-1.02-4/blib/arch /usr/perl5.28.1Dp/lib/site_perl/5.28.1/amd64-freebsd-ld /usr/perl5.28.1Dp/lib/site_perl/5.28.1 /usr/perl5.28.1Dp/lib/5.28.1/amd64-freebsd-ld /usr/perl5.28.1Dp/lib/5.28.1) at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
# Testing Ascii , Perl 5.028001, /usr/perl5.28.1Dp/bin/perl5.28.1
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...
Anyway, "Ascii.pm" does not seem to exist on the CPAN, and also looks like a strange name for a module. What is it supposed to do?