From: Kennedy Clark Date: Sat, 24 May 2008 14:32:15 +0000 (+0000) Subject: Add back warning that got deleted. X-Git-Tag: v5.8005~302 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=dc9a0503491be76ad1c6fdadad71126da10cca70 Add back warning that got deleted. --- diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 4fb9f02..6e7e3cf 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -621,6 +621,13 @@ the schema information from the database every time the application starts. And finally, C is the standard DBI connect string for use with SQLite. +B: Although the C option to the DBIC helper +makes for a nifty demonstration, is not suitable for real world +applications. Moreover, it may not be supported in future versions of +DBIC. After this demonstration, please use the C +option that we switch to below. + + =head1 RUN THE APPLICATION First, let's enable an environment variable option that causes