From 8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 Aug 2016 14:33:04 -0700 Subject: convert back to md --- posts/2008-06-30-upgrading-to-perl-5.10.org | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 posts/2008-06-30-upgrading-to-perl-5.10.org (limited to 'posts/2008-06-30-upgrading-to-perl-5.10.org') diff --git a/posts/2008-06-30-upgrading-to-perl-5.10.org b/posts/2008-06-30-upgrading-to-perl-5.10.org deleted file mode 100644 index 53cdef4..0000000 --- a/posts/2008-06-30-upgrading-to-perl-5.10.org +++ /dev/null @@ -1,19 +0,0 @@ -Get the list of your installed 5.8 modules: - -#+BEGIN_SRC sh - % perl -MExtUtils::Installed -e'print join("\n", new ExtUtils::Installed->modules)' > module.list -#+END_SRC - -then install Perl 5.10: - -#+BEGIN_SRC sh - % wget http://www.cpan.org/src/perl-5.10.0.tar.gz - % tar xzf perl-5.10.0.tar.gz - % cd perl-5.10.0 - % sh Configure -de -Dprefix=/opt/perl -Duserelocatableinc - % make && make test - % sudo make install - % /opt/perl/bin/perl -e 'use feature qw(say); say "hi"' -#+END_SRC - -and then re-install your modules with cpan `cat module.list`. -- cgit v1.2.3