summaryrefslogtreecommitdiff
path: root/_posts/2008-06-30-upgrading-to-perl-5.10.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2013-12-09 22:08:44 -0800
committerFranck Cuny <franck.cuny@gmail.com>2013-12-09 22:08:44 -0800
commit7286cd50a139faef33da5eb50ad76b605e5886aa (patch)
treed8a0dbc50249fd17dc33c1e654e011ba576eccd2 /_posts/2008-06-30-upgrading-to-perl-5.10.md
parentRemove a bunch of unused files. (diff)
downloadlumberjaph-7286cd50a139faef33da5eb50ad76b605e5886aa.tar.gz
Mostly, fix broken links.
Diffstat (limited to '_posts/2008-06-30-upgrading-to-perl-5.10.md')
-rw-r--r--_posts/2008-06-30-upgrading-to-perl-5.10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2008-06-30-upgrading-to-perl-5.10.md b/_posts/2008-06-30-upgrading-to-perl-5.10.md
index 9746ac4..057c294 100644
--- a/_posts/2008-06-30-upgrading-to-perl-5.10.md
+++ b/_posts/2008-06-30-upgrading-to-perl-5.10.md
@@ -22,4 +22,4 @@ then install Perl 5.10:
% /opt/perl/bin/perl -e 'use feature qw(say); say "hi"'
{% endhighlight %}
-and then re-install your modules with `cpan \`cat module.list\``.
+and then re-install your modules with <code>cpan \`cat module.list\`</code>.