Add a dependency in testEnvironment.pl for Test::Differences. Thanks to C.J. Adams-Collier.
This commit is contained in:
parent
20db0287b4
commit
aa96bb9994
2 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ The following people/companies are responsible for WebGUI:
|
|||
|
||||
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
|
||||
Peter Beardsley / Appropriate Solutions
|
||||
Doug Bell / Plain Black
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue