|
From: <all...@su...> - 2006-03-13 23:22:29
|
Update of /cvsroot/Geo-Google/lib/Geo/Google In directory sumo.genetics.ucla.edu:/tmp/cvs-serv18966/lib/Geo/Google Modified Files: Location.pm Log Message: update to specify version number of gmaps api Index: Location.pm =================================================================== RCS file: /cvsroot/Geo-Google/lib/Geo/Google/Location.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Location.pm 3 Aug 2005 15:56:07 -0000 1.3 --- Location.pm 13 Mar 2006 23:22:24 -0000 1.4 *************** *** 61,65 **** =head1 SYNOPSIS ! use Geo::Google::Location; # you shouldn't need to construct these yourself, # have a Geo::Google object do it for you. --- 61,65 ---- =head1 SYNOPSIS ! use Geo::Google::Point; # you shouldn't need to construct these yourself, # have a Geo::Google object do it for you. |