diff options
Diffstat (limited to '.includepath')
-rw-r--r-- | .includepath | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.includepath b/.includepath index 6dc9943..b0aa2aa 100644 --- a/.includepath +++ b/.includepath @@ -1,3 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<includepath /> +<includepath> + <includepathentry path="/usr/lib/perl5/5.10.0/i386-linux-thread-multi" /> + <includepathentry path="/usr/lib/perl5/5.10.0" /> + <includepathentry path="/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi" /> + <includepathentry path="/usr/local/lib/perl5/site_perl/5.10.0" /> + <includepathentry path="/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi" /> + <includepathentry path="/usr/lib/perl5/vendor_perl/5.10.0" /> + <includepathentry path="/usr/lib/perl5/vendor_perl" /> + <includepathentry path="/usr/local/lib/perl5/site_perl" /> + <includepathentry path="/usr/lib/perl5/site_perl" /> + <includepathentry path="." /> +</includepath> |