Skip Menu |

This queue is for tickets about the Yandex-Audience CPAN distribution.

Report information
The Basics
Id: 130159
Status: new
Priority: 0/
Queue: Yandex-Audience

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

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



Subject: Undeclared dependency JSON::XS
Test suite fails if JSON::XS is not yet installed: ... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Bailout called. Further testing stopped: # Failed test 'use Yandex::Audience;' # at t/00-load.t line 10. # Tried to use 'Yandex::Audience'. # Error: Can't locate JSON/XS.pm in @INC (@INC contains: /home/cpansand/.cpan/build/2019072320/Yandex-Audience-0.01-KxmUFo/blib/lib /home/cpansand/.cpan/build/2019072320/Yandex-Audience-0.01-KxmUFo/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/cpansand/.cpan/build/2019072320/Yandex-Audience-0.01-KxmUFo/blib/lib/Yandex/Audience.pm line 51. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019072320/Yandex-Audience-0.01-KxmUFo/blib/lib/Yandex/Audience.pm line 51. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value $Yandex::Audience::VERSION in concatenation (.) or string at t/00-load.t line 13. # Testing Yandex::Audience , Perl 5.016003, /usr/bin/perl # Looks like you failed 1 test of 1. FAILED--Further testing stopped. make: *** [test_dynamic] Error 1 ...
On 2019-07-23 15:23:45, SREZIC wrote: Show quoted text
> Test suite fails if JSON::XS is not yet installed: > > ... > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > Bailout called. Further testing stopped: > > # Failed test 'use Yandex::Audience;' > # at t/00-load.t line 10. > # Tried to use 'Yandex::Audience'. > # Error: Can't locate JSON/XS.pm in @INC (@INC contains: > /home/cpansand/.cpan/build/2019072320/Yandex-Audience-0.01- > KxmUFo/blib/lib /home/cpansand/.cpan/build/2019072320/Yandex-Audience- > 0.01-KxmUFo/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 > /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl > /usr/lib64/perl5 /usr/share/perl5) at > /home/cpansand/.cpan/build/2019072320/Yandex-Audience-0.01- > KxmUFo/blib/lib/Yandex/Audience.pm line 51. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2019072320/Yandex-Audience-0.01- > KxmUFo/blib/lib/Yandex/Audience.pm line 51. > # Compilation failed in require at (eval 4) line 2. > # BEGIN failed--compilation aborted at (eval 4) line 2. > Use of uninitialized value $Yandex::Audience::VERSION in concatenation > (.) or string at t/00-load.t line 13. > # Testing Yandex::Audience , Perl 5.016003, /usr/bin/perl > # Looks like you failed 1 test of 1. > FAILED--Further testing stopped. > make: *** [test_dynamic] Error 1 > ...
Another undeclared dependency: LWP::UserAgent.