Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Update on setting up a PAUSE testing environment

by Anonymous Monk
on May 16, 2011 at 04:53 UTC ( [id://905017]=note: print w/replies, xml ) Need Help??


in reply to Update on setting up a PAUSE testing environment

I'd love to help you with perlbrew, but I find it too complicated, for simple debug, try perl -V or perl -e " die $^X "

This works for me

download, make, install, perl 5.8.1
wget -c http://cpan.org/src/perl-5.8.1.tar.gz tar -zxvf perl-5.8.1.tar.gz cd perl-5.8.1 ./Configure -des -Dprefix=~/p/5.8.1/ make install
use this perl by making it first in path
export PATH=~/p/5.8.1/perl/bin:$PATH
verify path
which perl perl -V perl -e "die $^X"
verify path from cpanp
$ cpanp CPANPLUS::Shell::Default -- CPAN exploration and module installation ( +v0.9105) CPAN Terminal> !warn $^X

Log In?
Username:
Password:

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

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

    No recent polls found