This is a prepackaged version of perl DateTime - Reference
implementation for Perl DateTime objects.  It was Debianised by
Piotr Roszatycki <dexter@debian.org>, using files obtained from
http://www.cpan.org/modules/by-module/DateTime/.

More information about perl DateTime - Reference implementation for Perl
DateTime objects is available from http://datetime.perl.org/

Copyright and licence notice:

  Copyright (c) 2003-2006 David Rolsky.  All rights reserved.  This
  program is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.
  
  The core implementations for the DateTime.pm and DateTime::Duration
  modules originally came from Date::ICal and Date::ICal::Duration, both
  of which were written by Rich Bowen <rbowen@rcbowen.com> with help
  from the Reefknot team. Nowadays much of this code has been rewritten
  to the point that it is fundamentally original work.
  
  Parts of the API come from Time::Piece, by Matt Sergeant
  <matt@sergeant.org>, who had help from Jarkko Hietaniemi <jhi@iki.fi>.
  That API was originally created by Larry Wall. None of the code is
  shared.
  
  The DateTime::Locale functionality is based in part on the
  Date::Language modules that come with Graham Barr's <gbarr@pobox.com>
  TimeDate module suite.  The strftime method in this module also
  borrows heavily from Graham's implementation.
  
  The week number and week year algorithms were taken from Steffen
  Beyer's Date::Calc module, but rewritten in Perl from scratch.
  
  The code for handling nanoseconds and the code for leap seconds were
  both largely written by Flavio Soibelmann Glock, who also has
  contributed various other features and fixes.
  
  This program is free software; you can redistribute it and/or modify
  it under the terms of either:
  
  a) the GNU General Public License as published by the Free Software
     Foundation; either version 1, or (at your option) any later
     version, or
  
  b) the "Artistic License" which comes with Perl.
  
  On Debian GNU/Linux systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL' and
  the Artistic Licence in `/usr/share/common-licenses/Artistic'.

.
