aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-20 06:08:33 -0400
committerJoey Hess <joey@kitenet.net>2008-03-20 06:08:33 -0400
commitd4554dd0103408a7f805b575663a4ead2871d590 (patch)
tree3a9b214f01146351a65ba287b9621e4bad560099 /doc
parent316bca78c9b55c742927f677dd1f6d15ee1f5487 (diff)
downloadikiwiki-d4554dd0103408a7f805b575663a4ead2871d590.tar
ikiwiki-d4554dd0103408a7f805b575663a4ead2871d590.tar.gz
web commit by http://bremner.myopenid.com/
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/support_multiple_perl_libraries.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/support_multiple_perl_libraries.mdwn b/doc/todo/support_multiple_perl_libraries.mdwn
new file mode 100644
index 000000000..2869b5033
--- /dev/null
+++ b/doc/todo/support_multiple_perl_libraries.mdwn
@@ -0,0 +1,11 @@
+It would be useful to have
+
+ libdir=>[ qw{libdir1 libdir2 libdir3} ]
+
+as a setup option. I have a couple of different directories that e.g. come from different git repos, so merging them is a bit messy.
+
+I think the change is a one-liner, but I put this here for discussion before attempting a patch. If some more confident person wants to have a go, feel free.
+
+[[DavidBremner]]
+
+[[!taglink wishlist]]