First, VS 2015 CE does come with `git` and `perl`[1] so you don't really need Strawberry Perl. Perl itself builds fine with the 2013 compiler (which is installed alongside 2015), so if you needed to, you could just build your own.<p>Second, you don't really have to do that much<p><pre><code> perl Configure.pl --gen-moar --gen-nqp --backends=moar --prefix=c:/opt/perl6
nmake
nmake install
</code></pre>
is sufficient.<p>Third, I was told `panda` is no longer the preferred module installer[2] and told to use `zef` instead.<p>Frankly, both create too many droppings for my taste.<p>[1]: <a href="https://www.nu42.com/2016/02/perl-spreading-windows-visual-studio.html" rel="nofollow">https://www.nu42.com/2016/02/perl-spreading-windows-visual-s...</a><p>[2]: <a href="https://stackoverflow.com/q/41416011/100754" rel="nofollow">https://stackoverflow.com/q/41416011/100754</a><p>[3]: <a href="https://github.com/ugexe/zef" rel="nofollow">https://github.com/ugexe/zef</a>