On Sun Sep 27 08:20:41 2015, nstender@live.de wrote:
Show quoted text> Hi Book,
>
> thanks for your reply.
>
> In the meantime I was able to fix the problem for myself using a
> workaround. I'm going to explain what I did. For all installations I
> used the 'cpan App::Module' command or enabled the Perl CPAN
> environment with 'perl -MCPAN -e shell' and installed via 'install
> App::Module'.
>
> First of all, I needed this module for Git::Repository as requirement.
> Second, I installed the Git::Repository module on two different
> Win7/64bit/SP1 machines. The first installation of this module went
> pretty well with no issues. The System::Command version 1.112 was used
> at this point of time.
> A bit later I switched to another more powerful system for setting up
> VMs. I installed Git::Repository again - the installation failed as
> reported - using System::Command version 1.113.
It turns out I had made a stupid mistake in one of the test scripts,
that only failed on Windows because of a mismatch in the number of
tests planned versus the number of tests actually executed.
This has been fixed with version 1.115.
Show quoted text> At this point I also have to remark, that I tried to force install
> System::Command 1.113.
Force install would have worked, because the error in the test script
was, a priori, due to the test count mismatch.
Show quoted text> Everything seemed to be okay, but my test
> script failed. Sadly I can't remark if this was really a
> System::Command issue or caused by the newest Git version which
> disabled some features (or is just buggy) for Windows. The issues with
> the Git version came up later, so I didn't tested this again.
Git::Repository is only a thin wrapper around Git. If System::Command
works, it should probably work as weel. I'd be interested in seeing
your Git test script, and the Git versions which passed and failed,
in case there is something I can do about it in Git::Repository
(very unlikely).
Show quoted text> You asked my to send you the full failing test reports which is a bit
> difficult right now, because I don't want to reset my Perl again
> (using it and the Git repo at work on daily base).
Don't worry about that, then.
Show quoted text> Anyway, my parents still got a
> Windows 7 Lap where I could retest all this. I'm going to visit them
> the next weekend, therefore it will still take a week until I can send
> you any reports or more infos about it.
Many thanks. If you test with the latest version of System::Command,
it's likely that the install will just work. I'll still be interested
in the test report in case something goes wrong. :-)
Regards,
-- BooK