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

@ -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;