For have the perldoc in a french.

This commit is contained in:
hobbestigrou 2010-10-09 20:17:00 +02:00
commit 6e2e576e38

View file

@ -5,3 +5,6 @@ alias pfind='find . -name *.pl | xargs grep -n'
#Check syntax perl file
alias psc='perl -c'
#French perldoc
alias perldoc-fr="perldoc -L FR"