Sat Nov 25 23:06:50 2017: Request 123720 was acted upon. Transaction: Correspondence added by j...@jandubois.com Queue: Win32-IPC Subject: Re: [rt.cpan.org #123720] Problem Installing Module Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: tom.mor...@live.ca Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123720 >
Hi Thomas, Thank you for your bug report, and the workaround. The problem happens because in Perl 5.26 and later '.' is no longer included in @INC by default. I suspect that on your PC you have an older version of Perl installed, which is why you don't see the problem there. Cheers, -Jan On Fri, Nov 24, 2017 at 6:43 AM, Tom Moreau via RT < bug-win32-...@rt.cpan.org> wrote: > Queue: Win32-IPC > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=123720 > > > I have found a workaround. > > 1. Extracted the .tar file from the .gz file. > 2. Extracted the Win32-IPC-1.11 folder from the .tar file. > 3. Tried to run perl Build.pl. It failed. Long story short, I > added... > use lib '.'; > ... to Build.pl and ran it successfully. > 4. Followed the steps in the README file: > a) .\Build > b) .\Build test > c) .\Build install >