refactor autofiles
authorJoey Hess <joey@kitenet.net>
Sat, 17 Apr 2010 17:35:15 +0000 (13:35 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 17 Apr 2010 17:35:15 +0000 (13:35 -0400)
commitb7d50abc0f3dbe99d2a3664c12ea95d24bfcf04b
treebd716da03086a6c47df994723d424454c090649d
parent2269a4c74b24378d8e7e2229ca3374a197d08d9c
refactor autofiles

Made add_autofile take a generator function, and just register the
autofile, for later possible creation. The testing is moved into Render,
which allows cleaning up some stuff.
IkiWiki.pm
IkiWiki/Plugin/tag.pm
IkiWiki/Render.pm