From: Jess Robinson Date: Thu, 22 Jun 2006 23:00:37 +0000 (+0000) Subject: Docs for timestamp X-Git-Tag: v0.07002~75^2~86 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=679a304a5e1b567ea335c144fa039d6b918332e6;p=dbsrgits%2FDBIx-Class.git Docs for timestamp --- diff --git a/lib/DBIx/Class/InflateColumn/DateTime.pm b/lib/DBIx/Class/InflateColumn/DateTime.pm index 3734b71..f05523c 100644 --- 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/);