djzort / djzort/perl-WebService-Bugzilla
Can't locate LWP/Protocol/PSGI.pm in @INC
- Dominant language
- Perl
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
t/exception-handling.t fails if LWP::Protocol::PSGI is not installed, so that module needs to be declared as a dependency, or the test skipped if it is missing:
```
Can't locate LWP/Protocol/PSGI.pm in @INC (you may need to install the LWP::Protocol::PSGI module) (@INC entries checked: lib t/lib /home/cpansand/.cpan/build/2026041214/WebService-Bugzilla-0.001-1/blib/lib /home/cpansand/.cpan/build/2026041214/WebService-Bugzilla-0.001-1/blib/arch /usr/perl5.42.2D/lib/site_perl/5.42.2/aarch64-freebsd-ld /usr/perl5.42.2D/lib/site_perl/5.42.2 /usr/perl5.42.2D/lib/5.42.2/aarch64-freebsd-ld /usr/perl5.42.2D/lib/5.42.2 .) at t/lib/Test/Bugzilla/PSGI.pm line 9.
BEGIN failed--compilation aborted at t/lib/Test/Bugzilla/PSGI.pm line 9.
Compilation failed in require at t/exception-handling.t line 8.
BEGIN failed--compilation aborted at t/exception-handling.t line 8.
t/exception-handling.t .........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.