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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Apr 8 14:38:43 UTC 2011


Author: gregoa
Date: Fri Apr  8 14:38:27 2011
New Revision: 72383

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72383
Log:
spelling patch, add another spelling mistake.

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=72383&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/changelog (original)
+++ trunk/libdancer-perl/debian/changelog Fri Apr  8 14:38:27 2011
@@ -6,7 +6,7 @@
   [ gregor herrmann ]
   * Add Test::More 0.94 to Suggests, it's used in Dancer::Test.
   * Set Standards-Version to 3.9.2 (no changes).
-  * Refresh spelling patch.
+  * Refresh spelling patch, add another spelling mistake.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 21 Mar 2011 22:26:44 -0400
 

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=72383&op=diff
==============================================================================
--- trunk/libdancer-perl/debian/patches/pod-spelling.patch (original)
+++ trunk/libdancer-perl/debian/patches/pod-spelling.patch Fri Apr  8 14:38:27 2011
@@ -1,8 +1,8 @@
-Description: fix a tiny spelling error in POD
+Description: fix spelling errors in POD
 Forwarded: no
 Author: Damyan Ivanov <dmn at debian.org>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-02-11
+Last-Update: 2011-04-08
 
 --- a/lib/Dancer/Request.pm
 +++ b/lib/Dancer/Request.pm
@@ -48,3 +48,23 @@
  
  =head1 LICENSE
  
+--- a/lib/Dancer/Route/Cache.pm
++++ b/lib/Dancer/Route/Cache.pm
+@@ -160,7 +160,7 @@
+ A major drawback is that L<Dancer> has to go over the matching on every request,
+ which (especially on CGI-based applications) can be very time consuming.
+ 
+-The caching mechanism allows to cache some requests to specific routes (but
++The caching mechanism allows one to cache some requests to specific routes (but
+ B<NOT> specific results) and run those routes on a specific path. This allows us
+ to speed up L<Dancer> quite a lot.
+ 
+@@ -214,7 +214,7 @@
+ 
+ =head2 size_limit($limit)
+ 
+-Allows to set a size limit of the cache.
++Allows one to set a size limit of the cache.
+ 
+ Returns the limit (post-set).
+ 




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