Document that Readonly is a required module. Fixes bug #10801

This commit is contained in:
Colin Kuskie 2009-08-21 00:30:10 +00:00
parent 5ef030d1f8
commit ca7ca6660d
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
7.7.18
- fixed #10801: Payment Methods: can select a blank method
- fixed #10511: Carousel cutting off edge of photo
- fixed #10804: EMS Schedule Screen broken
- fixed: Logging errors when getting the list of available driver classes.

View file

@ -132,6 +132,7 @@ checkModule('Scope::Guard', '0.03' );
checkModule('Digest::SHA', '5.47' );
checkModule("CSS::Minifier::XS", "0.03" );
checkModule("JavaScript::Minifier::XS", "0.05" );
checkModule("Readonly", "1.03" );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;