summaryrefslogtreecommitdiff
path: root/_posts/2009-08-23-perl-5.10.1-released.textile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-11-26 10:36:10 -0800
committerFranck Cuny <franck.cuny@gmail.com>2013-11-26 10:36:10 -0800
commit8ddf2e94df70707b458528a437759b96046d3e01 (patch)
treed442818d92d3c9c6f7fcdc92857a1228963849a1 /_posts/2009-08-23-perl-5.10.1-released.textile
parentDon't need to use the IP in the makefile. (diff)
downloadlumberjaph-8ddf2e94df70707b458528a437759b96046d3e01.tar.gz
Huge update.
Moved all posts from textile to markdown. Updated all the CSS and styles. Added a new page for the resume.
Diffstat (limited to '_posts/2009-08-23-perl-5.10.1-released.textile')
-rw-r--r--_posts/2009-08-23-perl-5.10.1-released.textile32
1 files changed, 0 insertions, 32 deletions
diff --git a/_posts/2009-08-23-perl-5.10.1-released.textile b/_posts/2009-08-23-perl-5.10.1-released.textile
deleted file mode 100644
index da1590f..0000000
--- a/_posts/2009-08-23-perl-5.10.1-released.textile
+++ /dev/null
@@ -1,32 +0,0 @@
----
-layout: post
-category: perl
-title: Perl 5.10.1 released
----
-
-"Perl 5.10.1":http://www.cpan.org/modules/by-authors/id/D/DA/DAPM/perl-5.10.1.tar.bz2 "have been release":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:
-
-{% highlight bash %}
-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
-{% endhighlight %}
-
-Add the path to your environment
-
-{% highlight bash %}
-export PATH=${HOME}/perl/5.10.1/bin:$PATH
-{% endhighlight %}
-
-and install your CPAN's modules:
-
-{% highlight bash %}
-PERL_MM_USE_DEFAULT=1 cpan Bundle::CPANxxl Task::Kensho
-{% endhighlight %}
-
-Now you can start to play with it :)