r76867 - in /trunk/libpoe-component-server-simplehttp-perl: debian/changelog lib/POE/Component/Server/SimpleHTTP.pm

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Fri Jul 1 15:53:04 UTC 2011


Author: fabreg-guest
Date: Fri Jul  1 15:52:55 2011
New Revision: 76867

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76867
Log:
Fixed version in d/changelog

Modified:
    trunk/libpoe-component-server-simplehttp-perl/debian/changelog
    trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm

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=76867&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/debian/changelog (original)
+++ trunk/libpoe-component-server-simplehttp-perl/debian/changelog Fri Jul  1 15:52:55 2011
@@ -1,4 +1,4 @@
-libpoe-component-server-simplehttp-perl (2.10-1) UNRELEASED; urgency=low
+libpoe-component-server-simplehttp-perl (2.12-1) UNRELEASED; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release

Modified: trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm?rev=76867&op=diff
==============================================================================
--- trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm (original)
+++ trunk/libpoe-component-server-simplehttp-perl/lib/POE/Component/Server/SimpleHTTP.pm Fri Jul  1 15:52:55 2011
@@ -1610,7 +1610,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.
 
@@ -1632,7 +1632,7 @@
       #
       # $kernel->delay('GOT_STREAM', 1, $stream );
 
-      # otherwise the GOT_STREAM event is triggered continously until
+      # otherwise the GOT_STREAM event is triggered continuously until
       # we call the CLOSE event on the response like that :
       #
       if ($heap{'streaming_is_done'}) {




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