diff options
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]] |