Open sdondley opened 1 year ago
With zef install NativeHelpers::Callback, I get errors:
zef install NativeHelpers::Callback
> $ zef install NativeHelpers::Callback ===> Searching for: NativeHelpers::Callback ===> Testing: NativeHelpers::Callback:ver<0.1> ===> Testing [FAIL]: NativeHelpers::Callback:ver<0.1> Aborting due to test failure: NativeHelpers::Callback:ver<0.1> (use --force-test to override)
zef is trying to install 0.1. I have to clone the module and install via zef locally to get the module to install.
Hello, I have the same issue.
Actually, I think zef lets you to install a module directly with a github link.
But anyway, the overall problem is that the author doesn't create a new release.
With
zef install NativeHelpers::Callback
, I get errors:zef is trying to install 0.1. I have to clone the module and install via zef locally to get the module to install.