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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Nov 30 21:25:40 UTC 2010


Author: dmn
Date: Tue Nov 30 21:25:33 2010
New Revision: 65429

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65429
Log:
add a patch fixing a small spelling mistake in POD

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

Modified: trunk/libdancer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/changelog?rev=65429&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/changelog (original)
+++ trunk/libdancer-perl/debian/changelog Tue Nov 30 21:25:33 2010
@@ -7,6 +7,7 @@
   * Install examples/*
   * add myself to Uploaders
   * add libjs-jquery to Recommends (used by skeleton application)
+  * add a patch fixing a small spelling mistake in POD
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 30 Nov 2010 23:03:20 +0200
 

Added: 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=65429&op=file
==============================================================================
--- trunk/libdancer-perl/debian/patches/pod-spelling.patch (added)
+++ trunk/libdancer-perl/debian/patches/pod-spelling.patch Tue Nov 30 21:25:33 2010
@@ -1,0 +1,14 @@
+Description: fix a tiny spelling error in POD
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/lib/Dancer/Request.pm
++++ b/lib/Dancer/Request.pm
+@@ -493,7 +493,7 @@ objects. It uses the environment hash ta
+ 
+ =head2 new_for_request($method, $path, $params, $body, $headers)
+ 
+-An alternate constructor convinient for test scripts which creates a request
++An alternate constructor convenient for test scripts which creates a request
+ object with the arguments given.
+ 
+ =head2 to_string()

Added: trunk/libdancer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/debian/patches/series?rev=65429&op=file
==============================================================================
--- trunk/libdancer-perl/debian/patches/series (added)
+++ trunk/libdancer-perl/debian/patches/series Tue Nov 30 21:25:33 2010
@@ -1,0 +1,1 @@
+pod-spelling.patch




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