<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,7 +17,7 @@ for dir ($pathdirs)
 cdpath=(~ ~/Projects ~/Work)
 
 # Allow MacPorts man pages and others
-dirs=( /usr/local/git/man /sw/share/man /opt/local/man /usr/local/man ~/Docs/man)
+dirs=( /usr/local/git/man /sw/share/man /opt/local/man /usr/local/man ~/Docs/man /usr/local/ActivePerl-5.10/man /usr/local/ActivePerl-5.10/site/man)
 for dir ($dirs) 
   if [[ -x $dir ]]; then 
     manpath=($manpath $dir) 
@@ -30,7 +30,12 @@ for dir ($dirs)
 binary=$(which zsh)
 install_path=$binary:h:h # Strip bin/zsh to find installation path.
 
-funcdirs=( $HOME/.zsh/func $install_path/share/zsh/4.3.9/functions)
+funcdirs=( $HOME/.zsh/func $install_path/share/zsh/4.3.9/functions 
+                $install_path/share/zsh/4.3.6/functions 
+                $install_path/share/zsh/4.2.6/functions
+                /usr/share/zsh/4.2.6/functions
+                /usr/share/zsh/4.3.6/functions
+)
 for dir ($funcdirs) 
   if [[ -x $dir ]]; then 
     fpath=($fpath $dir) </diff>
      <filename>01_path</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0a6f8e89a5dc6472f3e1b615928887c6c4386f50</id>
    </parent>
  </parents>
  <author>
    <name>Matt Foster</name>
    <email>matt.p.foster@gmail.com</email>
  </author>
  <url>http://github.com/mattfoster/zshkit/commit/0c7c5968ea6cac93617cf197a598ab161650e0c1</url>
  <id>0c7c5968ea6cac93617cf197a598ab161650e0c1</id>
  <committed-date>2009-04-29T01:05:28-07:00</committed-date>
  <authored-date>2009-04-29T01:05:28-07:00</authored-date>
  <message>Search for more possible funcdirs.
Hopefully there won't be more than one.</message>
  <tree>fac294bab7113ac9c74f40aa1aa5791883a29148</tree>
  <committer>
    <name>Matt Foster</name>
    <email>matt.p.foster@gmail.com</email>
  </committer>
</commit>
