thaljef / Pinto

Curate your own repository of Perl modules
https://metacpan.org/module/Pinto::Manual
66 stars 49 forks source link

Add --roots option to the "install" command #159

Closed thaljef closed 10 years ago

thaljef commented 10 years ago

Effectively, this is a shortcut for:

pinto roots | pinto install

Note: For remote repositories, this will require a custom Action class that will first fetch the roots, and then do the installation. This is because we need the list of roots on the client side so we can give them to cpanm.

thaljef commented 10 years ago

Per discussion in #158, the roots command is doomed. So this proposal is no longer feasible.

Instead, I'm going to focus on making the "main module" feature work better, which should produce a better result anyway.