/* begin *

   perl-time-date 0.05 (A time and date object for Perl)

   Time::Date is a class that can be used to represent a date as an
   object. Unlike other modules, this one just stores a Unix epoch
   within the object and relies heavily on the underlying operating
   system so it's very fast. It provides functionality for working
   with common representations of dates, displaying dates naturally
   (like "5 minutes ago"), and for listing timezones. Also, it will
   stringify automatically if you use the object in a string.


 * end */