package Module::New::Date; use strict; use warnings; use base qw( Time::Piece ); 1; __END__ =head1 NAME Module::New::Date =head1 DESCRIPTION This is a thin wrapper of L to provide date/time methods for the Module::New context. See L for details. =head1 AUTHOR Kenichi Ishigaki, Eishigaki@cpan.orgE =head1 COPYRIGHT AND LICENSE Copyright (C) 2009 by Kenichi Ishigaki. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut