On 10/17/18 1:05 PM, Joseph Brenner wrote:
Todd Chester wrote:
What I do is to go to the github source for the module:
Next I cd into the directory and install it with
zef install .
Yes, that much seems to work fine. It seems a little peculiar that I
can search the repositories with
Todd Chester wrote:
> What I do is to go to the github source for the module:
> Next I cd into the directory and install it with
>
> zef install .
Yes, that much seems to work fine. It seems a little peculiar that I
can search the repositories with "zef list", but not with "zef install
".
Which version of Rakudo are you using?
> On 17 Oct 2018, at 05:20, Joseph Brenner wrote:
>
> Lately zef hasn't been working for me to do module installation.
> I can do things like "zef --list" to get a list of available
> modules but when I actually try to do the installation I see
> things lik