How can I exclude a module from a minicpan repository?
I have a local MINICPAN repository, but I want to remove a specific version of a module, and inject an older version. This is the steps I've taken. - create the MINICPAN, not filtering any modules - use mcpani --add for the module in question - use mcpani --inject At this point, I can see in the MINICPAN that it has both the version ...