- Fixes an issue when running zef with
-Ilib(instead of-I.) which would result in an error about an empty:ver<>by explicitly asking for one of a few different possible valid versions. - Removes the prove plugin. The existing test plugin that runs with
rakudirectly is the new default, and the rakuTAPmodule can be downloaded (and will automatically be used by zef) if users want a test harness. The--proveand--/proveflags will be ignored now, and using them will print out a deprecation message. Zef::Repository::*plugins no longer print directly to stdout/stderr, and instead use a logger.- Fixes a regression with
v0.20.*where havingRAKULIBset would causezef install ...to fail during testing. This is fixed by changing thezeftest plugin to pass in library paths via-I /some/pathinstead of settingRAKULIB=/some/path. - Fixes a regression from
v0.20.1where the displayed name of an already installed distribution being installed from a path would show up as the.rakuoutput of a data structure instead of the path.