Revision history for Perl extension Weather::Com.

0.3 Do Feb 26 16:16:00 2005
    - Introducing forecasts. There are the following new classes:
       - Weather::Com::Forecast
       - Weather::Com::DayForecast
       - Weather::Com::DayPart
    - Now, moon phase information is also available with current conditions   
       - Weather::Com::Moon
    - Any date or time in main OO interface is now a Weather::Com::DateTime
      object.
    - Weather::Com now requires Time::Format
    - Fixed Bug [11448]: Weather::Com::Wind->maximum_gust() did not return 
      any valid data
    - Introducing locations cache (build into Weather::Com::Cached)
       => we'll only search for location codes on the web, if we didn't have
          done so before and therefore already have them in our cachefile
          "locations.dat"
    - Optimized caching for high level OO interface
       => significant speed improvements 
0.2 Do Feb 03 23:08:00 2005
    - New default high level OO interface:
         - Weather::Com::Finder
         - Weather::Com::Location
         - Weather::Com::CurrentConditions
         - coming soon: Weather::Com::Forecast (up to 10 days)
    - Added a short tutorial and starting point as Weather::Com.pod
    - Changed package structure due to namespace issues. Weather::Com will
      become Weather::Com::Base, the other's will be called:
         - Weather::Com::Cached
         - Weather::Com::Simple
      So we'll get some structure in it. This will be usefull if one wants
      to write some other caching package, we than can tell it 
      Weather::Com::Cached::MySQL for example, etc.
    - added automated version information (using the CVS $Revision: 1.12 $ tag)
      to all packages
    - added consistency checking for paramters passed to Weather::Com
    - Weather::Com now only accepts paths to put the cache in if it is
      writable to the user that runs the programm
    - changed caching so we now hold one cache file for metric and one for
      US system data for each location (only the ones used, if you're only 
      asking for metric data, you'll never get a us cache files and vice versa)
    - Added Proxy Authentication capabilities so you can use these module for
      applications behind an authenticated http proxy, also.
	- enhanced Weather::Com::Simple with some methods to more granular data


0.1   Sa Aug 21 22:00:00 2004
	- original version