now using DateTime instead of Date::Manip

This commit is contained in:
JT Smith 2005-11-02 09:37:49 +00:00
parent f6f9a46eba
commit 8ac8530227
11 changed files with 247 additions and 453 deletions

View file

@ -11,11 +11,17 @@ save you many hours of grief.
--------------------------------------------------------------------
* Before upgrading you must install the following new Perl modules:
DateTime
DateTime::HiRes
DateTime::Format::Strptime
DateTime::Cron::Simple
POE
POE::Component::IKC::Server
* The API has changed. Check docs/migration.txt for details.
* Due to the performance increase achieved by switching to DateTime we
no longer need date caching so the enableDateCache directive can
be removed from your config file.
6.7.0