From 6101080332ce95be3b42f94f9ba854c290645804 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 2 Nov 2010 14:40:41 -0700 Subject: [PATCH] Document the new version of Scope::Guard needed for Fork. --- docs/gotcha.txt | 2 ++ sbin/testEnvironment.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 5d2e30cd0..09b9ae108 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -12,6 +12,8 @@ save you many hours of grief. * WebGUI now depends on Monkey::Patch for doing sanely scoped monkeypatches. + * WebGUI now depends on version 0.20 of Scope::Guard. + 7.10.3 -------------------------------------------------------------------- * In the Collaboration System, previously the Group to Post group diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 49d17bc52..581b616d3 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -132,7 +132,7 @@ checkModule('JavaScript::Packer', '0.04' ); checkModule('CSS::Packer', '0.2' ); checkModule('Business::Tax::VAT::Validation', '0.20' ); checkModule('Crypt::SSLeay', '0.57' ); -checkModule('Scope::Guard', '0.03' ); +checkModule('Scope::Guard', '0.20' ); checkModule('Digest::SHA', '5.47' ); checkModule("CSS::Minifier::XS", "0.03" ); checkModule("JavaScript::Minifier::XS", "0.05" );