Module::New::Date - Module::New::Date documentation


Module-New documentation Contained in the Module-New distribution.

Index


Code Index:

NAME

Top

Module::New::Date

DESCRIPTION

Top

This is a thin wrapper of Time::Piece to provide date/time methods for the Module::New context. See Time::Piece for details.

AUTHOR

Top

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Top


Module-New documentation Contained in the Module-New distribution.

package Module::New::Date;

use strict;
use warnings;
use base qw( Time::Piece );

1;

__END__