On Thu, Aug 12, 2010 at 22:58, Chris Packham [off-list ref] wrote:
On 12/08/10 15:29, Ævar Arnfjörð Bjarmason wrote:
quoted
On Thu, Aug 12, 2010 at 22:19, Chris Packham [off-list ref] wrote:
quoted
I checked out Avar's (Aevar?)
Whatever works :)
quoted
branch One problem is that I don't have any of the perl TAP
modules. It's complaining about TAP/Harness/Archive.pm. Any
suggestions for installing additional perl modules under msysgit?
I don't know what msysgit does for perl but if you can make it use
strawberry perl's perl + modules that'd be easiest:
http://strawberryperl.com
I'll see if I can get it to work. Msys comes with its own perl so maybe
there is another way.
If it comes with its own perl it should also have a cpan shell:
perl -MCPAN -e 'install TAP::Harness::Archive'
That should be easier than installing strawberry in addition to the
mingw perl.