Is it possible to add multiple versions of a module to a minicpan index?
问题 I'm setting up a CPAN::Mini mirror and I want to be able to download multiple versions of modules from the mirror. How do I get it to index more that the latest version of modules I inject: $ mcpani -v --add --module Foo --authorid DUMMY --modversion 0.001 --file Foo/Foo-0.001.tar.gz $ mcpani -v --add --module Foo --authorid DUMMY --modversion 0.002 --file Foo/Foo-0.002.tar.gz $ mcpani -v --update such that I can do: $ cpanm -M ~/CPAN Foo@0.001 NOTE: The different versions of the module are