r47283 - in /trunk/libcatalyst-manual-perl: debian/changelog debian/patches/fix-pod.patch lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Nov 15 21:58:20 UTC 2009


Author: jawnsy-guest
Date: Sun Nov 15 21:58:15 2009
New Revision: 47283

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47283
Log:
Refresh POD patch -- we now have a different failure

Modified:
    trunk/libcatalyst-manual-perl/debian/changelog
    trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch
    trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod

Modified: trunk/libcatalyst-manual-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/changelog?rev=47283&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/changelog (original)
+++ trunk/libcatalyst-manual-perl/debian/changelog Sun Nov 15 21:58:15 2009
@@ -1,6 +1,7 @@
 libcatalyst-manual-perl (5.8002-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Refresh POD patch -- we now have a different failure
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 15 Nov 2009 13:12:11 -0500
 

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=47283&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libcatalyst-manual-perl/debian/patches/fix-pod.patch Sun Nov 15 21:58:15 2009
@@ -1,17 +1,17 @@
 Description: fix a link in POD
- this was reported upstream and fixed in SVN, r11534
- http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=11534
+ this was fixed upstream in SVN:
+ http://dev.catalystframework.org/svnweb/Catalyst/revision?rev=11842
 Origin: vendor
 Forwarded: yes
 Author: Jonathan Yu <jawnsy at cpan.org>
---- a/lib/Catalyst/Manual/Cookbook.pod
-+++ b/lib/Catalyst/Manual/Cookbook.pod
-@@ -1129,7 +1129,7 @@
- =head3 Type attributes
+--- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
++++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
+@@ -561,7 +561,7 @@
  
- Each action is a normal method in your controller, except that it has an
--L<attribute|http://search.cpan.org/~nwclark/perl-5.8.7/lib/attributes.pm>
-+L<attribute|attributes>
- attached. These can be one of several types.
+ 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<SQLite|http://www.sqlite.org>, a popular database that is
++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
+ C<myapp01.sql> in your editor and enter:
  
- Assume our Controller module starts with the following package declaration:

Modified: trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod?rev=47283&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod (original)
+++ trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod Sun Nov 15 21:58:15 2009
@@ -561,7 +561,7 @@
 
 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<SQLite|http://www.sqlite.org>, a popular database that is
+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
 C<myapp01.sql> in your editor and enter:
 




More information about the Pkg-perl-cvs-commits mailing list