remove several sentences which were duplicates (strange, this wasn't in the last...
Jonathan Yu [Tue, 29 Dec 2009 00:48:00 +0000 (00:48 +0000)]
lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod

index 904959c..7bae32b 100644 (file)
@@ -563,9 +563,6 @@ 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 
 SQLite (L<http://www.sqlite.org>), a popular database that is
 lightweight and easy to use. Be sure to get at least version 3. Open
-create a database table and load some sample data.  We will use
-L<SQLite|http://www.sqlite.org>, a popular database that is
-lightweight and easy to use. Be sure to get at least version 3. Open
 C<myapp01.sql> in your editor and enter:
 
     --