From: Dagfinn Ilmari Mannsåker Date: Sun, 6 May 2012 16:22:44 +0000 (+0100) Subject: Remove mention of obsolete DBIx::Class::WebForm. X-Git-Tag: v0.08197~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=5f550837848772810f7ebe6067e1e50150560d39 Remove mention of obsolete DBIx::Class::WebForm. Mention HTML::FormHandler::Model::DBIC instead, which is actively maintained. --- diff --git a/lib/DBIx/Class/Manual/Intro.pod b/lib/DBIx/Class/Manual/Intro.pod index 46c6686..5c7f7e5 100644 --- a/lib/DBIx/Class/Manual/Intro.pod +++ b/lib/DBIx/Class/Manual/Intro.pod @@ -156,8 +156,9 @@ of information that it may be useful to have -- just pass C a hash: ); DBIx::Class doesn't directly use most of this data yet, but various related -modules such as L make use of it. Also it allows you to -create your database tables from your Schema, instead of the other way around. +modules such as L make use of it. +Also it allows you to create your database tables from your Schema, +instead of the other way around. See L for details. See L for more details of the possible column