Something looks strange with your @INC. Compare with mine when I make it fail on a nonexistent package Zowie:
C:\Kai\perl\PAR test>pp -o test.exe test.pl
C:\Kai\perl\PAR test>test
Can't locate Zowie.pm in @INC (@INC contains: CODE(0xd9d784) C:\DOCUME
+~1\KAICAR~1\LOCALS~1\Temp\par-Kai_Carver\cache-1105735837/inc/lib C:\
+DOCUME~1\KAICAR~1\LOCALS~1\Temp\par-Kai_Carver\cache-1105735837/inc C
+ODE(0xd306d8) .) at script/test.pl line 3.
BEGIN failed--compilation aborted at script/test.pl line 3.
C:\Kai\perl\PAR test>
The part with the cache where everything is supposed to be stored is missing from your error output.
Also, can you maybe try to install PAR using ppm, rather than CPAN.pm?
http://www.nntp.perl.org/group/perl.par/1705
ppm install http://www.bribes.org/perl/ppm/PAR.ppd
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.