           SPELL=datetime
         VERSION=1.03
           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:6764b8bd8ccb22429d17dfc48412a0223481ae43249920347ae91514dbbe0d2f820601372b9cdae312d0ba9460c9abeae9e189afb1666b90e27b09f3daaf335f
         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
