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

@ -7,7 +7,8 @@ The following people/companies are responsible for WebGUI:
WebGUI Core..........................JT Smith / Plain Black WebGUI Core..........................JT Smith / Plain Black
Contributing Developers..............Meg O'Keefe Andrea / Plain Black Contributing Developers..............C.J. Adams-Collier / <cjac@colliertech.org>
Meg O'Keefe Andrea / Plain Black
Lucas Bartholemy Lucas Bartholemy
Peter Beardsley / Appropriate Solutions Peter Beardsley / Appropriate Solutions
Doug Bell / Plain Black Doug Bell / Plain Black

View file

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