bisect-runner.pl must build CombiningClass.pl before Unicode::Normalize.
authorNicholas Clark <nick@ccl4.org>
Fri, 7 Oct 2011 19:08:57 +0000 (21:08 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 7 Oct 2011 19:21:18 +0000 (21:21 +0200)
commit6ff3edb11b8f174c5677521cbd37ac388763f944
tree9b00a1fb82a6f2f9b5683f03b9982093ba5acb8c
parentd3ce79bdc53b8fe8e6eb440713ea89624d91dffb
bisect-runner.pl must build CombiningClass.pl before Unicode::Normalize.

The Makefile.PL for Unicode::Normalize needs lib/unicore/CombiningClass.pl.
Even without a parallel build, we need a dependency to ensure that it builds
first. This problem was solved in blead with commit 9f3ef600c170f61e.
Porting/bisect-runner.pl