Greetings,

I am trying to install PAR 0.86 on a Win32 system running ActiveState Perl 5.6.1. I installed the PAR package and its prerequisites with no errors. During the run of perl Makefile.PL it attempted to download the binary file PAR-0.86-MSWin32-x86-multi-thread-5.6.1.par from CPAN. However, I am behind a firewall and cannot figure out how to make CPAN.pm actually download things, but I'm not worrying about that. So I downloaded the .par file myself, unzipped it, and copied the contents of the /script directory into C:\Perl\bin as I understood the instructions to mean. But when I try to run pp -o test.exe test.pl with a very simple test program, I get

Can't locate Cwd.pm in @INC (@INC contains: CODE(0x92020c) .) at C:/Pe +rl/lib/File/Spec/Win32.pm line 4. BEGIN failed--compilation aborted at C:/Perl/lib/File/Spec/Win32.pm li +ne 4. Compilation failed in require at C:/Perl/lib/File/Spec.pm line 15. Compilation failed in require at C:/Perl/lib/IO/File.pm line 113. BEGIN failed--compilation aborted at C:/Perl/lib/IO/File.pm line 113. Compilation failed in require at -e line 305.
But I know that's not the real problem because
perl -MCwd -e"print cwd"
works fine. I searched Google and found one example where someone encountered this error because he had unzipped his .par binary file directly into C:\Perl and it overwrote some of the default Perl files, but that's definitely not what I did. Any advice?


In reply to PAR error on Win32: Can't locate Cwd.pm by Errto

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.