From ed4ab257de90668a2da00d74112d9997c151e93c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 2 May 2011 16:15:38 -0700 Subject: [PATCH] Set the correct version of the Google geocoder module. --- sbin/testEnvironment.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 7e484f192..23171437b 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -156,7 +156,7 @@ checkModule('Net::Twitter', "3.13006" ); checkModule('PerlIO::eol', "0.14" ); checkModule('Monkey::Patch', '0.03' ); 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;