Skip Menu |

This queue is for tickets about the Device-Chip-Adapter-CH341A CPAN distribution.

Report information
The Basics
Id: 124608
Status: patched
Priority: 0/
Queue: Device-Chip-Adapter-CH341A

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

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



Subject: Undeclared dependencies
It seems that Device::Chip and Device::Chip::Adapter should be declared as prereqs: ... # Failed test 'use Device::Chip;' # at t/00use.t line 8. # Tried to use 'Device::Chip'. # Error: Can't locate Device/Chip.pm in @INC (you may need to install the Device::Chip module) (@INC contains: /home/cpansand/.cpan/build/2018022700/Device-Chip-Adapter-CH341A-0.01-0/blib/lib /home/cpansand/.cpan/build/2018022700/Device-Chip-Adapter-CH341A-0.01-0/blib/arch /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/arch /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/lib /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/arch /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/lib /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64-freebsd /usr/perl5.27.9p/lib/site_perl/5.27.9 /usr/perl5.27.9p/lib/5.27.9/amd64-freebsd /usr/perl5.27.9p/lib/5.27.9 .) at t/00use.t line 8. # BEGIN failed--compilation aborted at t/00use.t line 8. # Failed test 'use Device::Chip::Adapter;' # at t/00use.t line 9. # Tried to use 'Device::Chip::Adapter'. # Error: Can't locate Device/Chip/Adapter.pm in @INC (you may need to install the Device::Chip::Adapter module) (@INC contains: /home/cpansand/.cpan/build/2018022700/Device-Chip-Adapter-CH341A-0.01-0/blib/lib /home/cpansand/.cpan/build/2018022700/Device-Chip-Adapter-CH341A-0.01-0/blib/arch /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/arch /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/lib /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/arch /home/cpansand/.cpan/build/2018022700/Algorithm-ConstructDFA2-0.04-0/blib/lib /usr/perl5.27.9p/lib/site_perl/5.27.9/amd64-freebsd /usr/perl5.27.9p/lib/site_perl/5.27.9 /usr/perl5.27.9p/lib/5.27.9/amd64-freebsd /usr/perl5.27.9p/lib/5.27.9 .) at t/00use.t line 9. # BEGIN failed--compilation aborted at t/00use.t line 9. # Looks like you failed 2 tests of 2. t/00use.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests ...
On Tue Feb 27 13:58:25 2018, SREZIC wrote: Show quoted text
> It seems that Device::Chip and Device::Chip::Adapter should be > declared as prereqs:
Ahyes. Fixed in source; will be in 0.02 when I get around to releasing it. -- Paul Evans
On 2018-04-02 13:55:36, PEVANS wrote: Show quoted text
> On Tue Feb 27 13:58:25 2018, SREZIC wrote:
> > It seems that Device::Chip and Device::Chip::Adapter should be > > declared as prereqs:
> > Ahyes. Fixed in source; will be in 0.02 when I get around to releasing it.
I see another undeclared dependency in 0.02: USB::LibUSB # Failed test 'use Device::Chip::Adapter::CH341A;' # at t/00use.t line 8. # Tried to use 'Device::Chip::Adapter::CH341A'. # Error: Can't locate USB/LibUSB.pm in @INC (you may need to install the USB::LibUSB module) (@INC contains: /tmpfs/.cpan-build-cpansand/2018040218/Device-Chip-Adapter-CH341A-0.02-tzflee/blib/lib /tmpfs/.cpan-build-cpansand/2018040218/Device-Chip-Adapter-CH341A-0.02-tzflee/blib/arch ... .) at /tmpfs/.cpan-build-cpansand/2018040218/Device-Chip-Adapter-CH341A-0.02-tzflee/blib/lib/Device/Chip/Adapter/CH341A.pm line 13. # BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2018040218/Device-Chip-Adapter-CH341A-0.02-tzflee/blib/lib/Device/Chip/Adapter/CH341A.pm line 13. # Compilation failed in require at t/00use.t line 8. # BEGIN failed--compilation aborted at t/00use.t line 8. # Looks like you failed 1 test of 1. t/00use.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests