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


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

the Carp manpage, the Time::Piece manpage


SEE ALSO

the Carp manpage, the Time::Piece manpage


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 the perlartistic manpage.