From: Jonathan Yu Date: Sun, 15 Nov 2009 21:49:13 +0000 (+0000) Subject: Fix this issue: X-Git-Tag: v5.8005~81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=9887a877add998942bf080efb0b12aaf1df9a538 Fix this issue: lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod (566): L is invalid according to perlpod --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index a2746c4..7bae32b 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -561,7 +561,7 @@ tutorial. In this step, we make a text file with the required SQL commands to create a database table and load some sample data. We will use -L, a popular database that is +SQLite (L), a popular database that is lightweight and easy to use. Be sure to get at least version 3. Open C in your editor and enter: