use perl modules up front
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 17 Nov 2008 19:19:15 +0000 (14:19 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 17 Nov 2008 19:19:15 +0000 (14:19 -0500)
commite8a945845bd0774c2280da53f8a976c48547ede4
tree5b77b0a5f0e63039ba61cc82121e94ac6b8b0d8c
parent87f360dee4673eda5e54dfb9aaf41d0de6daa422
use perl modules up front

The old code actually did the same thing, just obfuscated -- since the eval
use wasn't quoted, it used the modules on load. Thus, the error (not to
mentioned the return) was bypassed, and it just failed on load.

But that seems like the right thing to do, really, so just made it clearer
that's what happens.
IkiWiki/Plugin/htmlbalance.pm