Add new MapPoint code for geolocation, Thingy searching and indexing and a macro for rendering thing data outside of the Thingy.

This commit is contained in:
Colin Kuskie 2011-05-02 13:49:18 -07:00
parent 944c76040a
commit 61534779d5
24 changed files with 1442 additions and 176 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('Geo::Coder::Googlev3', '2.18' );
failAndExit("Required modules are missing, running no more checks.") if $missingModule;