diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-20 06:08:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-20 06:08:33 -0400 |
commit | d4554dd0103408a7f805b575663a4ead2871d590 (patch) | |
tree | 3a9b214f01146351a65ba287b9621e4bad560099 /doc | |
parent | 316bca78c9b55c742927f677dd1f6d15ee1f5487 (diff) | |
download | ikiwiki-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.mdwn | 11 |
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]] |