Subject: | dzil install does nothing under windows |
The commandline Dist::Zilla::install creates is something like this:
C:\Perl\bin\perl.exe -MCPAN -einstall "."
However under Windows it needs to be this to run:
C:\Perl\bin\perl.exe -MCPAN -e"install '.'"