           SPELL=datetime
         VERSION=0.50
	   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:59a6b409721802111d3c0cd55fd2a2220e998d900abb75efbbc5a41ce116dbba3959672ad737ad831bf446786333bec086e8e6edc8937debe6381714485b1bed
         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
