Skip to content

Instantly share code, notes, and snippets.

@avar
Created April 3, 2010 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avar/354554 to your computer and use it in GitHub Desktop.
Save avar/354554 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /tmp/
wget http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/perl-5.12.0-RC3.tar.bz2
tar xjvf perl-5.12.0-RC3.tar.bz2
cd perl-5.12.0-RC3
./Configure -DDEBUGGING=both -Dusethreads -Dprefix=~/perl5-rc3/installed -des
make -j4 test_prep
./perl -Ilib -V:useithreads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment