我有一个本地MINICPAN存储库,但我想删除一个特定版本的模块,并注入一个旧版本.
这是我采取的步骤.
- create the MINICPAN, not filtering any modules
- use mcpani --add for the module in question
- use mcpani --inject
Run Code Online (Sandbox Code Playgroud)
此时,我可以在MINICPAN中看到它同时具有我想要的版本和更新的版本,如果我在cpan中发出install,那么该模块的较新版本就是install.如何从我的minicpan中删除新版本?