summaryrefslogtreecommitdiff
path: root/_posts/2008-06-30-upgrading-to-perl-5.10.md
diff options
context:
space:
mode:
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>.