
Email::Store::Date - Provides a Time::Piece object representing a date for the mail

Remember to create the database table:
% make install
% perl -MEmail::Store="..." -e 'Email::Store->setup'
And now:
print $mail->date->ymd,"\n";


Email::Store::Mail, Time::Piece.

Simon Wistow, simon@thegestalt.org
This module is distributed under the same terms as Perl itself.