From 624d6404aad30428eb6c34200e1bdee977796ce4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 25 Mar 2009 22:55:45 +0000 Subject: [PATCH] Add test modules Test::Class and Test::Exception to testEnvironment.pl --- sbin/testEnvironment.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index ced824337..56a78ba9b 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -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 );