Yahoo/DrivingDirections version 0.03
===========================

WWW::Yahoo::DrivingDirections: a module that uses maps.yahoo.com to generate
driving directions for a multiple stop trip (e.g., a drive from SFO airport to
35 Broadway Ave, Oakland, CA to the center of zip code 90210-0001).  Can also
be used to generate driving directions for a simple one-leg trip (point A to 
point B).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

List::Util, Regexp::Common, and WWW::Mechanize.

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2004 Kester Allen, kester@gmail.com.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

