bumped up required version of Test::More
authorGalen Charlton <gmcharlt@gmail.com>
Tue, 15 Sep 2009 12:20:50 +0000 (08:20 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 15 Sep 2009 12:25:34 +0000 (08:25 -0400)
commit2d87fbeabc6b5f3b9859fd1b5c9e3f45808c56f0
treeb51d453c6f0f88f348a62178ebd7fb7909ee40a5
parent0960b9a03070d4fa8423c639860cc606c496423f
bumped up required version of Test::More

Now requiring at least 0.80, the oldest version available
from CPAN, because use_ok tests were not being properly
accounted for in the test plan before 0.73.  This led
to a situation where a test script containing a use_ok test
that passes running under an earlier version of Test::More
would fail under a more recent one.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Makefile.PL