Skip Menu |

This queue is for tickets about the TSQL-FlatFile CPAN distribution.

Report information
The Basics
Id: 132295
Status: new
Priority: 0/
Queue: TSQL-FlatFile

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.01
  • 1.02
Fixed in: (no value)



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?