From 88003a58c18365c39570b4733eba608e1e6a43f9 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 29 May 2009 01:11:24 +0000 Subject: [PATCH] Rollback Test::Harness requirement. --- docs/gotcha.txt | 2 -- sbin/testEnvironment.pl | 1 - 2 files changed, 3 deletions(-) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 4f4a1cd6d..5e562abc4 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -16,8 +16,6 @@ save you many hours of grief. most often happens for commit reminders for version tags that require approval. The old behavior often resulted in several users trying to approve version tags that had already been approved. - - * WebGUI now requires Test::Harness 3.16 or higher. 7.7.7 -------------------------------------------------------------------- diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index feae0f2fb..8b3e90425 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -133,7 +133,6 @@ checkModule('Scope::Guard', '0.03' ); checkModule('Digest::SHA', '5.47' ); checkModule("CSS::Minifier::XS", "0.03" ); checkModule("JavaScript::Minifier::XS", "0.05" ); -checkModule('Test::Harness', '3.16' ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;