           SPELL=datetime
         VERSION=0.2901
	   SNAME=DateTime
          SOURCE=$SNAME-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/modules/by-module/$SNAME/$SOURCE
     SOURCE_HASH=sha512:ce1d37cbb4851bffd6b19aab3522ffff5215bef7480a9b02bef634281f3a14e58bf7af7ec03c3cb1846d8b54eecc8161938ff681ebad3dc7e235a60987dd5bbc
         LICENSE=GPL
        WEB_SITE="http://search.cpan.org/search?module=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
