On Thu, Apr 14, 2016 at 5:48 PM, Kyotaro HORIGUCHI <[email protected]> wrote: > At Thu, 14 Apr 2016 17:25:39 +0900 (Tokyo Standard Time), Kyotaro HORIGUCHI > <[email protected]> wrote in > <[email protected]> >> Hello, >> >> At Thu, 14 Apr 2016 13:24:34 +0900, Michael Paquier >> <[email protected]> wrote in >> <cab7npqthcdv+crwywbfqgyl0gjfzewvgxs5k9x65wwgbqkj...@mail.gmail.com> >> > On Thu, Apr 14, 2016 at 11:45 AM, Amit Kapila <[email protected]> >> > wrote: >> > > Yes, this is what I was trying to explain to Fujii-san upthread and I >> > > have >> > > also verified that the same works on Windows. >> > >> > If you could, it would be nice as well to check that nothing breaks >> > with VS when using vcregress recoverycheck. > > IPC::Run is not installed on Active Perl on my environment and > Active state seems to be saying that IPC-Run cannot be compiled > on Windows. ppm doesn't show IPC-Run. Is there any means to do > TAP test other than this way? > > https://code.activestate.com/ppm/IPC-Run/
IPC::Run is a mandatory dependency I am afraid. You could just download it from cpan and install it manually in your PERL5LIB path. That's what I did, and it proves to work just fine. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
