Closed skaji closed 3 years ago
One option is to specify the auth when installing/depending.
Another option is removing those modules from CPAN after they're uploaded with fez and then zef will only find them with your zef:
auth.
Yet another option is bumping the version and only releasing it to zef:
auth (then zef should pick the highest version available, I haven't tested this and might be misremembering). This would keep anything that has pinned auth to cpan:
from breaking.
@tony-o Thank you. I will look into zef source code.
zef should pick the highest version available
You're right. I'll make a release with higher version.
Let's say I have
ModuleX:auth<cpan:SKAJI>
in cpan ecosystem and I plan to switch it to be in zef ecosystem so thatzef install ModuleX
will installModuleX:auth<zef:skaji>
instead ofModuleX:auth<cpan:SKAJI>
.What is the best way to switch ecosystems?