The use of done_testing implies a dependency of Test::More 0.88 or
authorPaul Howarth <paul@city-fan.org>
Sat, 17 Aug 2013 18:02:57 +0000 (19:02 +0100)
committerPaul Howarth <paul@city-fan.org>
Sat, 17 Aug 2013 18:02:57 +0000 (19:02 +0100)
commit255d6d8b92d74619e27b70d4a88732d75197c208
tree709be0fc8a73600b649df002cc4c22035cddd589
parent1d0db44acaeb33a26e025726501150ddcef81880
The use of done_testing implies a dependency of Test::More 0.88 or
later. To avoid this, and provide compatibility with older versions,
remove done_testing and supply a test plan.

To ensure that the end of the test is reached (rather than exiting
early due to an error), I added an additional "pass" test to bump
the test count.
t/global_destruction_forked.t