diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 14:33:04 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-10 20:17:56 -0700 |
| commit | 8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d (patch) | |
| tree | a6cecddaaea7e87d901a6c28bebe3a531438f24b /posts/2009-08-23-perl-5.10.1-released.md | |
| parent | Merge branch 'convert-to-org' (diff) | |
| download | lumberjaph-8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d.tar.gz | |
convert back to md
Diffstat (limited to 'posts/2009-08-23-perl-5.10.1-released.md')
| -rw-r--r-- | posts/2009-08-23-perl-5.10.1-released.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/posts/2009-08-23-perl-5.10.1-released.md b/posts/2009-08-23-perl-5.10.1-released.md new file mode 100644 index 0000000..d65cff5 --- /dev/null +++ b/posts/2009-08-23-perl-5.10.1-released.md @@ -0,0 +1,26 @@ +[Perl 5.10.1](http://www.cpan.org/modules/by-authors/id/D/DA/DAPM/perl-5.10.1.tar.bz2) [has been released](http://www.nntp.perl.org/group/perl.perl5.porters/2009/08/msg150172.html). You can download it from the CPAN, or if you can't wait, [here](http://www.iabyn.com/tmp/perl-5.10.1.tar.bz2). + +Next, you need to build it: + +``` example + mkdir ~/perl/5.10.1 + cd ~/code/build/perl-5.10.1 + perl Configure -de -Dprefix=${HOME}/perl/5.10.1/ + make + make test + make install +``` + +Add the path to your environment + +``` example + export PATH=${HOME}/perl/5.10.1/bin:$PATH +``` + +and install your CPAN's modules: + +``` example + PERL_MM_USE_DEFAULT=1 cpan Bundle::CPANxxl Task::Kensho +``` + +Now you can start to play with it :) |
