As I understand from installing a number of Perl 6 modules using zef, every time before zef starts testing the module it tells the user what it is going to test, including its version number.
eg. this: Testing: Net::DNS:ver('1.0.1'):auth('github:retupmoca') When I try to install Uzu, howerver I don't see this line. I wonder if this is because Uzu us hosted on Gitlab and not on GitHub or is something missing from the META file of Uzu or something else? Uzu lives here: https://gitlab.com/samcns/uzu/ The reason I notice this is because of a bug in Uzu that was (partially?) fixed, but I still cannot install with zef: https://gitlab.com/samcns/uzu/issues/1 and I am not sure it is even trying to install the latest version or not. regards Gabor