           SPELL=datetime-timezone
         VERSION=1.59
           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:d76951b3c48656f32ca074a1ead9b1458e7e1edecffe8f54e884e328e9dad3ba1b79f07faf6dadfc9ffe6d609907a8aa2c8d0968084ccf2a63fef659d8397ca1
         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
