Add a requirement to check on the common::sense module for JSON::XS. Fixes bug #12135

This commit is contained in:
Colin Kuskie 2011-07-11 13:15:19 -07:00
parent 64567f9ed5
commit a945396163
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
- fixed #12184: Apache error in modperl.error.log (William McKee, Knowmad Technologies)
- fixed #12186: keywords template variable not working properly in Article
- fixed #12190: List type form plugins that do not override getOptions show no value when getValueAsHtml is called
- fixed #12135: Geo::Coder::Googlev3 needs common sense
7.10.19
- fixed #12169: extras uploads symlink export

View file

@ -156,6 +156,7 @@ checkModule('Net::Twitter', "3.13006" );
checkModule('PerlIO::eol', "0.14" );
checkModule('Monkey::Patch', '0.03' );
checkModule('Data::ICal', '0.16' );
checkModule('common::sense', '3.2' );
checkModule('Geo::Coder::Googlev3', '0.07' );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;