web commit by joey: responses

master
joey 2006-11-08 20:58:07 +00:00
parent 29b75a1e8e
commit dd2ce6e6a0
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ version info:
--Mark
> Seems likely.. So far I've been lazy and stuck with the FormBuilder in Debian, so haven't got a system I can debug this on (sorry). --[[Joey]]
-----
@ -51,4 +52,4 @@ A different problem has reared its ugly head. When I click on "RecentChanges",
Indeed there is no such routine IkiWiki::XMLin(). I don't understand how this can possibly work -- as it manifestly does on linux.
> XMLin is supposed to be exported by XML::Simple. My guess is that, due to a missing error check, XML::Simple is failing to load, and it's not aborting then. You probably need to install that module; in the meantime, I've fixed the missing error check in svn. --[[Joey]]