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
|
|
@ -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