Tuesday, December 18, 2007

Test Your Software and Perl 5.10-tobe - on ubuntu

[installing perl on my hardy box
wget http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/perl-5.10.0-RC2.tar.gz
tar -zxvf perl-5.10.0-RC2.tar.gz
cd perl-5.10.0-RC2
sh Configure -Dprefix=/opt/perl5.10
make
make test
sudo make install

you can read how to test perl modules on new perl in the article bellow
 ]

Perl 5.10 will be out soon — within a week — and pumpking Rafael Garcia-Suarez will likely release a final release candidate for final testing and polishing.
Test Your Software and Perl 5.10-tobe - O'Reilly ONLamp Blog

Blogged with Flock

No comments: