ingydotnet / yaml-libyaml-pm

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

Explicitly use lib '.' in tests #56

Closed perlpunk closed 7 years ago

perlpunk commented 7 years ago

See issue #54

kentfredric commented 7 years ago

Simply re-inserting '.' is likely to mask other errors in the code where 'do' assumed '.' was in @INC.

It might be better to have something more controlled.

perlpunk commented 7 years ago

@kentfredric ok. I removed t:: from package names and do use lib $FindBin::Bin now.

perlpunk commented 7 years ago

applied, released YAML-LibYAML-0.63_002