           SPELL=datetime-timezone
         VERSION=0.98
	   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:1d36f78aecffcca9f5eda682bc49dba5eac6fdff43b561c44af9e11d98cfff55ee3fd7ae88efccd1a6574b09e897113b88a2c5a4c0719486ad3352959d9b5ee5
         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
