Hello, I was trying to reinstall NativeLibs when I noticed this: $ zef install --force-install --/test NativeLibs ===> Searching for: NativeLibs ===> Updating cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Updating p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json ===> Updated p6c mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json ===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json ===> Installing: DBIish:ver<0.6.1> ^^^^^^ Why does zef try to install DBIish instead? This works fine, the only difference is that I'm specifying the module's version: zef install --force-install --/test 'NativeLibs:ver<0.0.7>' Any explanation for this unusual behavior? (BTW, right now DBIish fails to install, but I guess you know, since the test on Travis-CI fails.) -- Fernando Santagata