Hi Monks,
I had to install the module Test::Simple on Unix machine, so I downloaded it from CPAN and tried to install it. When I gave the command "perl Makefile.PL", the following warning appeared "Warning: prerequisite Test::Harness 2.03 not found at /opt/perl/lib/5.6.1/ExtUtils/MakeMaker.pm line 3.". So, now I downloaded the Test::Harness 2.47_03 from CPAN and successfully installed it on the Unix machine. Since, I do not had permission to install the modules, I installed the Test::Harness 2.47_03 on the ~/lib directory. Now, I again tried to make the Test::Simple module by giving the command "perl Makefile.PL PREFIX=~/lib LIB=~/lib", it again gave me the same error as before.
How can I resolve this? Do I need to specifically install version 2.03 of Test::Harness or is there any other problem. Please help, I have to install other perl modules also in ~/lib directory only.
Thanks
Akhil
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.