Closed hythm7 closed 2 years ago
Thanks for your report!
This shows EXACTLY the problem with the p6c
ecosystem: people can update the distribution without changing the version. The version is what zef and the REA use as an identification key. If the version is the same, it will not download / upgrade.
I've bumped the version of Test::Output
and an updated version with resources is now in the REA.
CC: @JJ
It looks like
Test::Output:ver<1.001002>:auth<github:raku-community-modules>
archive doesn't match it's META6.json, the META6 hasresources
but the archive corresponding to that META6 file doesn't haveresources
directory:This causes error when trying to install that module from the archive (using its corresponding META6 file).
(The project on github has
resources
direcctory)