Document the new version of Scope::Guard needed for Fork.

This commit is contained in:
Colin Kuskie 2010-11-02 14:40:41 -07:00
parent e66092deaa
commit 6101080332
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ save you many hours of grief.
* WebGUI now depends on Monkey::Patch for doing sanely scoped * WebGUI now depends on Monkey::Patch for doing sanely scoped
monkeypatches. monkeypatches.
* WebGUI now depends on version 0.20 of Scope::Guard.
7.10.3 7.10.3
-------------------------------------------------------------------- --------------------------------------------------------------------
* In the Collaboration System, previously the Group to Post group * In the Collaboration System, previously the Group to Post group

View file

@ -132,7 +132,7 @@ checkModule('JavaScript::Packer', '0.04' );
checkModule('CSS::Packer', '0.2' ); checkModule('CSS::Packer', '0.2' );
checkModule('Business::Tax::VAT::Validation', '0.20' ); checkModule('Business::Tax::VAT::Validation', '0.20' );
checkModule('Crypt::SSLeay', '0.57' ); checkModule('Crypt::SSLeay', '0.57' );
checkModule('Scope::Guard', '0.03' ); checkModule('Scope::Guard', '0.20' );
checkModule('Digest::SHA', '5.47' ); checkModule('Digest::SHA', '5.47' );
checkModule("CSS::Minifier::XS", "0.03" ); checkModule("CSS::Minifier::XS", "0.03" );
checkModule("JavaScript::Minifier::XS", "0.05" ); checkModule("JavaScript::Minifier::XS", "0.05" );