The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension WWW::Google::SiteMap.

1.04
    - Fixed a documentation error in WWW::Google::SiteMap, and a problem with
      the XML headers generated for sitemap indexes, both reported by
      Michael Smith.
    - Use 'use vars' instead of 'our' for older versions of perl.

1.03
    - Removed some leftover debugging output from WWW::Google::SiteMap::Robot.
    - Fixed date generation to deal with strangeness in the dates that Google
      will accept.  Note that this means some date/time strings that were
      previously accepted may now fail.  See L<WWW::Google::SiteMap::URL> for
      details of the acceptable values to lastmod().
    - Added some more tests.

1.02
    - Fix a problem caused by the switch to XML::Twig, which was leaving off
      some of the XML header information.  Reported by Olaf Anders.
    - Fixed a bug with WWW::Google::SiteMap::Robot, which forgot to load the
      WWW::Google::SiteMap::Ping module before trying to send pings.
 
1.01
    - Accidentally forgot to include the new WWW::Google::SiteMap::Robot
      class, which helps build sitemaps by spidering your web site.

1.00
    - Version 1.00 Released!
    - Fixed Zlib detection problem reported by Lance Cleveland.
    - Check to make sure that the sitemap file was opened correctly, rather
      than just crashing when we try to write to it, also reported by
      Lance Cleveland.
    - Added support for sitemap indexes (see WWW::Google::SiteMap::Index)
    - Added support for notifying Google when your sitemaps and sitemap
      indexes are updated (see WWW::Google::SiteMap::Ping).  Suggested by
      Frank Naude.
    - Fixed a bug in the ISO-8601 time format checking.

0.03
    - Changed from XML::Simple to XML::Twig for XML parsing/generating, this
      means you can now validate your sitemaps with an XML validator.
    - Fixed some documentation errors, spotted by Ing. Branislav Gerzo

0.02  Fri Jun  3 17:04:57 2005
    - Renamed from Google::SiteMap to WWW::Google::SiteMap, shouldn't have
      created a new top-level namespace in the first place.

0.01  Fri Jun  3 13:35:47 2005
	- original version; created by h2xs 1.23 with options
		-X Google::SiteMap