remember autofiles always
authorJoey Hess <joey@kitenet.net>
Wed, 21 Apr 2010 19:59:39 +0000 (15:59 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 21 Apr 2010 19:59:39 +0000 (15:59 -0400)
commita71b92ed5c5572a1384367f8a90e1fc489b3c660
tree871417df61bd5a2db943ec011f75c0a8f2b8f7bc
parent2a0e3787a056b160843eca263c82d591c7161988
remember autofiles always

This fixes the problem that it did not remember if an autofile is deleted,
unless a plugin happened to register the autofile at the same time.

With the new code, we just never recreate an autofile more than once.

Only downside is that the list of autofiles is never pruned either.
And I don't really see a way to prune it.
IkiWiki/Render.pm