Skip Menu |

This queue is for tickets about the Mylisp CPAN distribution.

Report information
The Basics
Id: 123183
Status: new
Priority: 0/
Queue: Mylisp

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

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



Subject: Undeclared dependency YAML::XS
Tests fail if YAML::XS is not installed: ... # Failed test 'use Mylisp;' Bailout called. Further testing stopped: # at t/00-load.t line 10. # Tried to use 'Mylisp'. # Error: Can't locate YAML/XS.pm in @INC (you may need to install the YAM L::XS module) (@INC contains: ...) at /home/cpansand/.cpan/build/2017100306/Mylisp-2.0-EYkTfz/blib/lib/Mylisp/ToPerl.pm line 10. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017100306/Mylisp-2.0-EYkTfz/blib/lib/Mylisp/ToPerl.pm line 10. # Compilation failed in require at /home/cpansand/.cpan/build/2017100306/Mylisp-2.0-EYkTfz/blib/lib/Mylisp.pm line 16. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017100306/Mylisp-2.0-EYkTfz/blib/lib/Mylisp.pm line 16. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. ...