Add test modules Test::Class and Test::Exception to testEnvironment.pl
This commit is contained in:
parent
140e0e0a8a
commit
624d6404aa
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@ checkModule("HTTP::Headers", 1.61 );
|
|||
checkModule("Test::More", 0.61, 1 );
|
||||
checkModule("Test::MockObject", 1.02, 1 );
|
||||
checkModule("Test::Deep", 0.095, 1 );
|
||||
checkModule("Test::Exception", 0.27, 1 );
|
||||
checkModule("Test::Class", 0.30, 1 );
|
||||
checkModule("Pod::Coverage", 0.17, 2 );
|
||||
checkModule("Text::Balanced", 1.95, 1 );
|
||||
checkModule("Digest::MD5", 2.20 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue