r65092 - in /trunk/libpoe-component-server-simplehttp-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Nov 20 19:50:02 UTC 2010


Author: gregoa
Date: Sat Nov 20 19:49:56 2010
New Revision: 65092

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65092
Log:
Add a patch to fix a small spelling mistake in the documentation.

Added:
    trunk/libpoe-component-server-simplehttp-perl/debian/patches/
    trunk/libpoe-component-server-simplehttp-perl/debian/patches/series
    trunk/libpoe-component-server-simplehttp-perl/debian/patches/spelling.patch
Modified:
    trunk/libpoe-component-server-simplehttp-perl/debian/changelog

Modified: trunk/libpoe-component-server-simplehttp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/changelog?rev=65092&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/changelog (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/changelog Sat Nov 20 19:49:56 2010
@@ -17,6 +17,7 @@
   * debian/control: update dependencies.
   * debian/control: debhelper 7.2.13 (Module::Install).
   * Re-enable tests, CPAN#35993 is fixed.
+  * Add a patch to fix a small spelling mistake in the documentation.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 19 May 2010 20:26:33 -0400
 

Added: trunk/libpoe-component-server-simplehttp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/patches/series?rev=65092&op=file
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/patches/series (added)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/patches/series Sat Nov 20 19:49:56 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libpoe-component-server-simplehttp-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/debian/patches/spelling.patch?rev=65092&op=file
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/patches/spelling.patch (added)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/patches/spelling.patch Sat Nov 20 19:49:56 2010
@@ -1,0 +1,17 @@
+Description: spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-11-20
+
+--- a/lib/POE/Component/Server/SimpleHTTP.pm
++++ b/lib/POE/Component/Server/SimpleHTTP.pm
+@@ -1606,7 +1606,7 @@
+    # send a CLOSE event to the kernel with the appropriate response as parameter
+    $kernel->yield('GOT_STREAM', $response);
+ 
+-The optionnal dont_flush option gives the user the ability to control the callback
++The optional dont_flush option gives the user the ability to control the callback
+ to the streaming event, which means once your stream event has reached its end
+ it won't be called, you have to call it back.
+ 




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