Add a dependency in testEnvironment.pl for Test::Differences. Thanks to C.J. Adams-Collier.

This commit is contained in:
Colin Kuskie 2010-10-07 08:59:17 -07:00
parent 20db0287b4
commit aa96bb9994
2 changed files with 3 additions and 1 deletions

View file

@ -68,6 +68,7 @@ checkModule("Test::More", 0.82, 2 );
checkModule("Test::MockObject", 1.02, 2 );
checkModule("Test::Deep", 0.095, );
checkModule("Test::Exception", 0.27, 2 );
checkModule("Test::Differences", 0.5, 2 );
checkModule("Test::Class", 0.31, 2 );
checkModule("Pod::Coverage", 0.19, 2 );
checkModule("Text::Balanced", 2.00, 2 );