           SPELL=datetime-timezone
         VERSION=0.3801
	   SNAME=DateTime-TimeZone
          SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/modules/by-module/DateTime/$SOURCE
     SOURCE_HASH=sha512:c57faf813e6ba898ecec26a499da1e3604c231a50c23c18b5f1066c0dd9797b1de1a6aaeb0445efcb35d62a23773f3e7257aaa83989f52ca9ba7a233765f59e3
         LICENSE=GPL
        WEB_SITE="http://search.cpan.org/search?module=DateTime::TimeZone"
         ENTERED=20051201
        KEYWORDS="perl"
           SHORT="DateTime::TimeZone - Time zone object base class and factory"
cat << EOF
This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period.

Note that without the DateTime.pm module, this module does not do much. It's primary interface is through a DateTime object, and most users will not need to directly use DateTime::TimeZone methods.
EOF
