r49492 - /trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 29 00:44:47 UTC 2009


Author: jawnsy-guest
Date: Tue Dec 29 00:44:40 2009
New Revision: 49492

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49492
Log:
update POD patch

Modified:
    trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch

Modified: trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch?rev=49492&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch Tue Dec 29 00:44:40 2009
@@ -20,3 +20,15 @@
  the beauty of the MVC architecture is that very little database-specific
  code is spread throughout the system (at least when MVC is "done
  right").  Consequently, converting from one database to another is
+--- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
++++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
+@@ -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 Pkg-perl-cvs-commits mailing list