From: Jess Robinson Date: Fri, 10 Nov 2006 22:22:22 +0000 (+0000) Subject: Minor documentation update X-Git-Tag: v0.07003~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de78905bf27ab9812561dd590da5841e72c0581a;p=dbsrgits%2FDBIx-Class.git Minor documentation update --- diff --git a/lib/DBIx/Class/InflateColumn/DateTime.pm b/lib/DBIx/Class/InflateColumn/DateTime.pm index f05523c..27ceaeb 100644 --- a/lib/DBIx/Class/InflateColumn/DateTime.pm +++ b/lib/DBIx/Class/InflateColumn/DateTime.pm @@ -33,6 +33,8 @@ one your code should continue to work without modification (though note that this feature is new as of 0.07, so it may not be perfect yet - bug reports to the list very much welcome). +For more help with components, see L. + =cut __PACKAGE__->load_components(qw/InflateColumn/);