Is there a CPAN module installer or dependencies manager with which I can directly install a perl git project via a #cpanfile? (The project itself also has a cpanfile) π€ cpanm can't handle git urls yet (in an cpanfile! On the shell I can install a git or github project by cpanm), #Cargo apparently can't either. App::cpm #cpm needs a META.json in the source project and the #Carl project looks a bit old.