ingydotnet / yaml-libyaml-pm

Perl Binding to libyaml
http://search.cpan.org/dist/YAML-LibYAML/
33 stars 37 forks source link

undeclared dependency on Test::Base? #5

Closed plicease closed 10 years ago

plicease commented 10 years ago

For the latest version of YAML::XS, I got this:

t/alias.t ............... Can't locate Test/Base.pm in @INC (you may need to install the Test::Base module) (@INC contains: /home/ollisg/.cpanm/work/1405133105.3072/YAML-LibYAML-0.42/blib/lib /home/ollisg/.cpanm/work/1405133105.3072/YAML-LibYAML-0.42/blib/arch /home/ollisg/.perlbrew/libs/perl-5.18.2c34@dev/lib/perl5/x86_64-linux /home/ollisg/.perlbrew/libs/perl-5.18.2c34@dev/lib/perl5/x86_64-linux /home/ollisg/.perlbrew/libs/perl-5.18.2c34@dev/lib/perl5 /home/ollisg/.perlbrew/libs/perl-5.18.2c34@dev/lib/perl5/x86_64-linux /home/ollisg/.perlbrew/libs/perl-5.18.2c34@dev/lib/perl5 /home/ollisg/perl5/perlbrew/perls/perl-5.18.2c34/lib/site_perl/5.18.2/x86_64-linux /home/ollisg/perl5/perlbrew/perls/perl-5.18.2c34/lib/site_perl/5.18.2 /home/ollisg/perl5/perlbrew/perls/perl-5.18.2c34/lib/5.18.2/x86_64-linux /home/ollisg/perl5/perlbrew/perls/perl-5.18.2c34/lib/5.18.2 .) at t/TestYAMLTests.pm line 2.
BEGIN failed--compilation aborted at t/TestYAMLTests.pm line 2.
Compilation failed in require at t/alias.t line 1.
BEGIN failed--compilation aborted at t/alias.t line 1.

Until I explicitly installed Test::Base first.

ingydotnet commented 10 years ago

Yeah, oops! :)

I got this fixed yesterday in 0.43. Let me know if there are any other problems.