fix support of a single dependency that combines links and exists types
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Oct 2009 22:09:46 +0000 (18:09 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Oct 2009 22:09:46 +0000 (18:09 -0400)
commitba1dfb4ec665f95b4f4217360e08109bcbf7f41b
treee81c07532cee90e9bd686ba661249fea9866e50a
parentaf85f62d6fd7c3b437fa527bff3392616d3513dc
fix support of a single dependency that combines links and exists types

This is very common, and the code has to test each type differently, since
the list of candidates to test, as well as the test, will vary per type.
Much happier with this code now.
IkiWiki/Render.pm