           SPELL=datetime
          SPELLX=DateTime
         VERSION=1.45
          SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/D/DR/DROLSKY/${SOURCE}
     SOURCE_HASH=sha512:b929223fd1cc930aca1a43a982407231e0cf3e981b4df98857d31c61c355724ce6e8d9c8be36568c3a952d59a4e6dfcbc38a9108adbb17a7361241eb53719bc0
         LICENSE=GPL
        WEB_SITE=http://search.cpan.org/dist/DateTime/
         ENTERED=20051201
        KEYWORDS="perl"
           SHORT="A date and time object"
cat << EOF
The DateTime.pm module aims to provide a complete, correct, and easy
to use date/time object implementation. Currently it handles many date
calculations, date math (addition and subtraction), and provides
convenient methods for retrieving portions of a date/time.

This module properly supports the Olson time zone database, meaning
that historical time zone information, and more importantly, daylight
saving time rules, can be handled transparently, simply by setting the
correct time zone. This is done by using the DateTime::TimeZone
module.
EOF
