           SPELL=datetime-timezone
          SPELLX=DateTime-TimeZone
         VERSION=2.15
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
     SOURCE_HASH=sha512:2109f7e166931cf9d5fb97705572363615334bb392082e93087b40ac88d9f25c8f8ef7ba8df2cecfba5a7cd6f05bed6d6777cae2e1451b1a364a84077473bb09
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
         LICENSE=GPL
        WEB_SITE=http://search.cpan.org/dist/DateTime-TimeZone/
         ENTERED=20051201
        KEYWORDS="perl"
           SHORT="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
