Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: How PAR pp works?

by saintex (Scribe)
on Jun 23, 2010 at 17:04 UTC ( [id://846115]=note: print w/replies, xml ) Need Help??


in reply to Re: How PAR pp works?
in thread How PAR pp works?

after some reading and some tests I'm pretty satisfied of pp tool.

I converted my switch in an if/elsif series as advised.

Then I added some modules with -M option
(Net::SMTP:TLS and MIME::Lite).

So I ran some test programs with some satisfaction.

Now I plan to use Simple::XML to read a config.xml file.

pp doesn't find SAX.pm, so I linked it with -M option, but I have still another error:

Can't locate unicore/Heavy.pl in @INC

I have tried to link Heavy.pl through -M option, but... nothing to do... The program is still searching Heavy.pm

So I searched over the web (Googled) and I found that thread:
https://rt.cpan.org/Public/Bug/Display.html?id=58093
it seems related to my problem
(I have too strawberry perl 5.12, etc.)
but not understood much about it...

Any suggestions?
thank you!

Update:
It seems there is a patch for Module::ScanDeps...
the problem is that I don't know how to install that patch...
(I have to simply insert it in Module main folder, and the make, make test, make install?)
Thank you for your help

Replies are listed 'Best First'.
Re^3: How PAR pp works?
by Anonymous Monk on Nov 13, 2014 at 01:07 UTC
    You can install the Module::ScanDeps using CPAN #1. Perl -MCPAN -e shell install Module::ScanDeps

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://846115]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-25 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found