r68410 - in /trunk/libdancer-perl/debian: changelog patches/pod-spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Feb 11 22:27:31 UTC 2011


Author: gregoa
Date: Fri Feb 11 22:27:23 2011
New Revision: 68410

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68410
Log:
Add more spelling fixes to pod-spelling.patch.

Modified:
    trunk/libdancer-perl/debian/changelog
    trunk/libdancer-perl/debian/patches/pod-spelling.patch

Modified: trunk/libdancer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/changelog?rev=68410&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/changelog (original)
+++ trunk/libdancer-perl/debian/changelog Fri Feb 11 22:27:23 2011
@@ -12,6 +12,7 @@
     with our typical repack.stub (which calls repack.sh).
   * Refresh pod-spelling.patch (offset).
   * debian/copyright: add information about new third-party files.
+  * Add more spelling fixes to pod-spelling.patch.
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Fri, 11 Feb 2011 15:02:55 +0100
 

Modified: trunk/libdancer-perl/debian/patches/pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/patches/pod-spelling.patch?rev=68410&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/patches/pod-spelling.patch (original)
+++ trunk/libdancer-perl/debian/patches/pod-spelling.patch Fri Feb 11 22:27:23 2011
@@ -1,5 +1,8 @@
 Description: fix a tiny spelling error in POD
+Forwarded: no
 Author: Damyan Ivanov <dmn at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-02-11
 
 --- a/lib/Dancer/Request.pm
 +++ b/lib/Dancer/Request.pm
@@ -12,3 +15,25 @@
  object with the arguments given.
  
  =head2 to_string()
+--- a/lib/Dancer/Development/Integration.pod
++++ b/lib/Dancer/Development/Integration.pod
+@@ -53,7 +53,7 @@
+ instructions described in L<Dancer::Development> so his work is based
+ on the integration branch (C<devel>).
+ 
+-All the procedure described here is designed to avoid unecessary
++All the procedure described here is designed to avoid unnecessary
+ recursive-merge, in order to keep a clean and flat history in the
+ integration branch.
+ 
+--- a/lib/Dancer/FileUtils.pm
++++ b/lib/Dancer/FileUtils.pm
+@@ -112,7 +112,7 @@
+ Returns either the content of a file (whose filename is the input), I<undef>
+ if the file could not be opened.
+ 
+-In array context it returns each line (as defined by $/) as a seperate element
++In array context it returns each line (as defined by $/) as a separate element
+ Scalar context returns the entire contents of the file.
+ 
+ =head2 read_glob_content




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