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

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