NAME
Email::Store::Date - Provides a Time::Piece object representing a date for the mail
SYNOPSIS
Remember to create the database table:
% make install
% perl -MEmail::Store="..." -e 'Email::Store->setup'
And now:
print $mail->date->ymd,"\n";
DESCRIPTION
SEE ALSO
Email::Store::Mail, Time::Piece.
AUTHOR
Simon Wistow, simon@thegestalt.org
This module is distributed under the same terms as Perl itself.