The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Class::DBI::Plugin::TimePiece - Extension to Class::DBI for DB date type.

VERSION

This documentation refers to Class::DBI::Plugin::TimePiece version 0.01

SYNOPSIS

  __PACKAGE__->has_a_timepiece( INS_DATE => '%y/%m/%d %H:%M:%S' );
  __PACKAGE__->has_a_tp( UPDATE_DATE => '%y/%m/%d %H:%M:%S' );

DESCRIPTION

This module is Extensionto Class::DBI for DB date type.

METHOD

has_a_timepiece

This method relation to DB date type.

  __PACKAGE__->has_a_timepiece( INS_DATE => '%y/%m/%d %H:%M:%S' );

has_a_tp

has_a_tp is has_a_timepiece's alias.

  __PACKAGE__->has_a_tp( UPDATE_DATE => '%y/%m/%d %H:%M:%S' );

DEPENDENCIES

Carp, Time::Piece

SEE ALSO

Carp, Time::Piece

BUGS AND LIMITATIONS

There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.

AUTHOR

Atsushi Kobayashi, <nekokak@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Atsushi Kobayashi (<nekokak@cpan.org>). All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.