summaryrefslogtreecommitdiff
path: root/_posts/2009-08-23-perl5lib-and-zsh.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_posts/2009-08-23-perl5lib-and-zsh.md (renamed from _posts/2009-08-23-perl5lib-and-zsh.textile)3
1 files changed, 2 insertions, 1 deletions
diff --git a/_posts/2009-08-23-perl5lib-and-zsh.textile b/_posts/2009-08-23-perl5lib-and-zsh.md
index bfa733f..24dcc37 100644
--- a/_posts/2009-08-23-perl5lib-and-zsh.textile
+++ b/_posts/2009-08-23-perl5lib-and-zsh.md
@@ -1,6 +1,6 @@
---
layout: post
-category: perl
+summary: In which I show how I manage my $PERL5LIB.
title: $PERL5LIB and zsh
---
@@ -14,4 +14,5 @@ for perl_lib in $(ls $BASE_PATH); do
fi
done
export PERL5LIB
+
{% endhighlight %}