[Catalyst-commits] r12486 - Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial

jawnsy at dev.catalyst.perl.org jawnsy at dev.catalyst.perl.org
Tue Dec 29 00:48:01 GMT 2009


Author: jawnsy
Date: 2009-12-29 00:48:00 +0000 (Tue, 29 Dec 2009)
New Revision: 12486

Modified:
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
Log:
remove several sentences which were duplicates (strange, this wasn't in the last release)

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod	2009-12-28 16:08:25 UTC (rev 12485)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod	2009-12-29 00:48:00 UTC (rev 12486)
@@ -563,9 +563,6 @@
 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:
 
     --




More information about the Catalyst-commits mailing list