HI,

Given a Perl 6 module that properly lists its dependencies such as
https://github.com/supernovus/perl6-web-template/

If I clone the repository, is there a command that would install all the
dependencies of the module
but not the module itself (e.g.   panda installdeps ?)


What would be the recommended way to run all the tests?
I currently use the following, but I wonder if there is another recommended
command?


prove -e "perl6 -Ilib"

Gabor

Reply via email to