You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
I don't think that is an extension problem (saw this issue on the HTTP::Status module and the module have the pm6 extension). Although the extensions should be changed to .rakumod.
Anyway I can do a pull request to change the extensions to rakumod to see if that's the problem or not.
Its the same issue its been for the last year -- some modules switched from using META.info to META6.json without bumping their version, thus your local cache probably has the variant with a META.info (which support was dropped awhile ago).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running
zef install IO::Capture::Simple
fails due not findingIO::Capture::Simple
.This only happens installing from a remote source. It installs fine locally:
The text was updated successfully, but these errors were encountered: