avoid strange FreeBSD problem
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 5 May 2008 18:50:26 +0000 (14:50 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 5 May 2008 18:50:26 +0000 (14:50 -0400)
commita7b8069b9dd1921275ef24752a65005c15d0868e
tree69554add18d22840bb042ff0637faf92cf6cc159
parentad44c479779066dbde3ae26667532ec213fbd85d
avoid strange FreeBSD problem

<mxey> I have a weird problem with Ikiwiki on FreeBSD: When rendering this page <http://rafb.net/p/zmfROX86.html>, I get "ikiwiki.setup: Modification of a read-only value attempted at /usr/local/lib/perl5/site_perl/5.8.8/IkiWiki.pm line 1300.".

And converting the constructors to not operate on the parameters directly
but use lexical variables fixed it. Not sure exactly when this occurs.
IkiWiki.pm