I use "ufo" for this sort of thing when doing development work.

$ panda install ufo

$ ufo ; # in top level of checked out perl6 project.

This creates a makefile, which gives you a "test" target, among other
things. (This test target is almost exactly what you have above,
though)


On Wed, Dec 31, 2014 at 6:03 PM, Gabor Szabo <ga...@szabgab.com> wrote:
> 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
>



-- 
Will "Coke" Coleda

Reply via email to