# Copyright (c) 2003 Nuno Nunes . # All rights reserved. This program is free software; # you can redistribute it and/or modify it under the same terms as Perl itself. # # $Id: Search.pm,v 1.2 2003/04/13 13:27:42 nfn Exp $ # package Geo::GPS::Data::Search; use strict; use Date::Manip; use Geo::GPS::Data::Storage::MySQL; our $VERSION = '0.04';