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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Feb 27 12:54:18 UTC 2010


Author: gregoa
Date: Sat Feb 27 12:53:02 2010
New Revision: 53372

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53372
Log:
Un-apply and refresh patch.

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

Modified: trunk/libcatalyst-manual-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/changelog?rev=53372&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/changelog (original)
+++ trunk/libcatalyst-manual-perl/debian/changelog Sat Feb 27 12:53:02 2010
@@ -1,7 +1,11 @@
 libcatalyst-manual-perl (5.8004-1) unstable; urgency=low
 
+  [ Jonathan Yu ]
   * New upstream release
   * Update licensing and copyright information from files
+
+  [ gregor herrmann ]
+  * Refresh patch.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 26 Feb 2010 12:40:39 -0500
 

Modified: trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch?rev=53372&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libcatalyst-manual-perl/debian/patches/fix-pod-spelling.patch Sat Feb 27 12:53:02 2010
@@ -5,7 +5,7 @@
 X-Comment: fixed it upstream myself :)
 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
 +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod
-@@ -233,7 +233,7 @@
+@@ -237,7 +237,7 @@
  application, which is where logging output usually goes.
  
  Make sure when adding new plugins you also include them as a new
@@ -16,12 +16,12 @@
  
 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod
 +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod
-@@ -738,7 +738,7 @@
+@@ -709,7 +709,7 @@
  
      $ DBIC_TRACE=1 perl -Ilib set_hashed_passwords.pl
  
 -We had to use the C<-Ilib> arguement to tell perl to look under the 
-+We had to use the C<-Ilib> argument to tell perl to look under the 
++We had to use the C<-Ilib> argument to tell perl to look under the
  C<lib> directory for our C<MyApp::Schema> model.
  
  The DBIC_TRACE output should show that the update worked:

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=53372&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 Sat Feb 27 12:53:02 2010
@@ -237,7 +237,7 @@
 application, which is where logging output usually goes.
 
 Make sure when adding new plugins you also include them as a new
-dependency within the Makefile.PL file. For example, after adding
+dependancy within the Makefile.PL file. For example, after adding
 the StackTrace plugin the Makefile.PL should include the following
 line:
 

Modified: trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/05_Authentication.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/05_Authentication.pod?rev=53372&op=diff
==============================================================================
--- trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/05_Authentication.pod (original)
+++ trunk/libcatalyst-manual-perl/lib/Catalyst/Manual/Tutorial/05_Authentication.pod Sat Feb 27 12:53:02 2010
@@ -709,7 +709,7 @@
 
     $ DBIC_TRACE=1 perl -Ilib set_hashed_passwords.pl
 
-We had to use the C<-Ilib> argument to tell perl to look under the 
+We had to use the C<-Ilib> arguement to tell perl to look under the 
 C<lib> directory for our C<MyApp::Schema> model.
 
 The DBIC_TRACE output should show that the update worked:




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