projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
55565ac
)
Docs for timestamp
Jess Robinson [Thu, 22 Jun 2006 23:00:37 +0000 (23:00 +0000)]
lib/DBIx/Class/InflateColumn/DateTime.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/InflateColumn/DateTime.pm
b/lib/DBIx/Class/InflateColumn/DateTime.pm
index
3734b71
..
f05523c
100644
(file)
--- a/
lib/DBIx/Class/InflateColumn/DateTime.pm
+++ b/
lib/DBIx/Class/InflateColumn/DateTime.pm
@@
-11,7
+11,7
@@
DBIx::Class::InflateColumn::DateTime - Auto-create DateTime objects from date an
=head1 SYNOPSIS
Load this component and then declare one or more
-columns to be of the datetime or date datatype.
+columns to be of the datetime, timestamp or date datatype.
package Event;
__PACKAGE__->load_components(qw/InflateColumn::DateTime/);