From: Daniel Westermann-Clark <danieltwc@cpan.org>
Date: Wed, 11 Jan 2006 00:05:29 +0000 (+0000)
Subject: Refer to DateTime inflation example
X-Git-Tag: v0.05005~117^2~71
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61d1e2c2616e7c9cbdcf7fa026341ce78a2e8b40;p=dbsrgits%2FDBIx-Class.git

Refer to DateTime inflation example
---

diff --git a/lib/DBIx/Class/Manual/FAQ.pod b/lib/DBIx/Class/Manual/FAQ.pod
index ff49a3b..11fcf98 100644
--- a/lib/DBIx/Class/Manual/FAQ.pod
+++ b/lib/DBIx/Class/Manual/FAQ.pod
@@ -37,6 +37,12 @@ release for people to test against.
 
   IRC: irc.perl.org#dbix-class
 
+=head2 Inflating your date/time columns
+
+You can use L<DBIx::Class::InflateColumn> to automatically create
+L<DateTime> objects from your date/time columns. For more information,
+see L<DBIx::Class::InflateColumn>.
+
 =head1 POSTGRESQL-SPECIFIC PROBLEMS
 
 =head2 Can't get last insert ID; inserts with serial primary keys fail