summaryrefslogtreecommitdiff
path: root/posts/2009-08-23-perl-5.10.1-released.org
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-10 14:33:04 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-10 20:17:56 -0700
commit8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d (patch)
treea6cecddaaea7e87d901a6c28bebe3a531438f24b /posts/2009-08-23-perl-5.10.1-released.org
parentMerge branch 'convert-to-org' (diff)
downloadlumberjaph-8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d.tar.gz
convert back to md
Diffstat (limited to 'posts/2009-08-23-perl-5.10.1-released.org')
-rw-r--r--posts/2009-08-23-perl-5.10.1-released.org30
1 files changed, 0 insertions, 30 deletions
diff --git a/posts/2009-08-23-perl-5.10.1-released.org b/posts/2009-08-23-perl-5.10.1-released.org
deleted file mode 100644
index a84ff19..0000000
--- a/posts/2009-08-23-perl-5.10.1-released.org
+++ /dev/null
@@ -1,30 +0,0 @@
-[[http://www.cpan.org/modules/by-authors/id/D/DA/DAPM/perl-5.10.1.tar.bz2][Perl
-5.10.1]]
-[[http://www.nntp.perl.org/group/perl.perl5.porters/2009/08/msg150172.html][has
-been released]]. You can download it from the CPAN, or if you can't
-wait, [[http://www.iabyn.com/tmp/perl-5.10.1.tar.bz2][here]].
-
-Next, you need to build it:
-
-#+BEGIN_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
-#+END_EXAMPLE
-
-Add the path to your environment
-
-#+BEGIN_EXAMPLE
- export PATH=${HOME}/perl/5.10.1/bin:$PATH
-#+END_EXAMPLE
-
-and install your CPAN's modules:
-
-#+BEGIN_EXAMPLE
- PERL_MM_USE_DEFAULT=1 cpan Bundle::CPANxxl Task::Kensho
-#+END_EXAMPLE
-
-Now you can start to play with it :)