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.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