Skip Menu |

This queue is for tickets about the XML-Hash-LX CPAN distribution.

Report information
The Basics
Id: 131710
Status: new
Priority: 0/
Queue: XML-Hash-LX

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

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



Subject: Undeclared dependency Types::Serialiser
The test suite fails if Types::Serialiser is not installed: ... # Failed test 'use XML::Hash::LX;' # at t/00-load.t line 10. # Tried to use 'XML::Hash::LX'. # Error: Can't locate Types/Serialiser.pm in @INC (you may need to install the Types::Serialiser module) (@INC contains: /usr/home/cpansand/.cpan/build/2020020717/XML-Hash-LX-0.07-0/lib /usr/home/cpansand/.cpan/build/2020020717/XML-Hash-LX-0.07-0/inc /usr/home/cpansand/.cpan/build/2020020717/XML-Hash-LX-0.07-0/blib/lib /usr/home/cpansand/.cpan/build/2020020717/XML-Hash-LX-0.07-0/blib/arch /home/cpansand/.cpan/build/2020020717/lib-abs-0.95-0/blib/arch /home/cpansand/.cpan/build/2020020717/lib-abs-0.95-0/blib/lib /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30 .) at /usr/home/cpansand/.cpan/build/2020020717/XML-Hash-LX-0.07-0/lib/XML/Hash/LX.pm line 7. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020020717/XML-Hash-LX-0.07-0/lib/XML/Hash/LX.pm line 7. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. ... (etc) ...