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" );