Set the correct version of the Google geocoder module.

This commit is contained in:
Colin Kuskie 2011-05-02 16:15:38 -07:00
parent 61534779d5
commit ed4ab257de

View file

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