]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/support_multiple_perl_libraries.mdwn
changelog, close bug
[git.ikiwiki.info.git] / doc / todo / support_multiple_perl_libraries.mdwn
index 06fd4240dc105b4dd5ed680226f4f82fd8d5e186..89bef406abf387ca36f4c58ba9532e16eaf67df4 100644 (file)
@@ -36,5 +36,17 @@ I think the change is a one-liner, but I put this here for discussion before att
 >> and replace all uses of $config{libdir} with it.
 >>
 >> --[[smcv]]
+>>>
+>>> I implemented it (see branch ``paternal/libdirs``). I used [[smcv]]'s idea, but
+>>> avoiding side effects. I edited documentation as well. As usual, as neither
+>>> English nor Perl are my first languages (damn! I would be so much more
+>>> efficient in Python) feel free to improve my [[!taglink patch]].
+>>> [[!template  id=gitbranch branch=spalax/paternal/libdirs browse="https://github.com/paternal/ikiwiki/tree/paternal/libdirs" author="[[Louis|spalax]]"]]
+
+>>>> While reviewing and applying your patch I decided the new
+>>>> "sometimes a list, sometimes not" behaviour of `libdir` was
+>>>> too confusing in documentation, so I made it work like underlaydir(s)
+>>>> instead: ikiwiki will now search each item of `$config{libdirs}`, then
+>>>> `$config{libdir}`. [[done]] --[[smcv]]
 
 [[!taglink wishlist]]