r77456 - in /trunk/libdancer-perl/lib/Dancer: Deprecation.pm FileUtils.pm Route/Cache.pm

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Fri Jul 15 08:45:27 UTC 2011


Author: ghedo-guest
Date: Fri Jul 15 08:45:18 2011
New Revision: 77456

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77456
Log:
unapply patches -.-''

Modified:
    trunk/libdancer-perl/lib/Dancer/Deprecation.pm
    trunk/libdancer-perl/lib/Dancer/FileUtils.pm
    trunk/libdancer-perl/lib/Dancer/Route/Cache.pm

Modified: trunk/libdancer-perl/lib/Dancer/Deprecation.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/lib/Dancer/Deprecation.pm?rev=77456&op=diff
==============================================================================
--- trunk/libdancer-perl/lib/Dancer/Deprecation.pm (original)
+++ trunk/libdancer-perl/lib/Dancer/Deprecation.pm Fri Jul 15 08:45:18 2011
@@ -65,7 +65,7 @@
 
 =back
 
-You can call the method with no arguments, and a default message using information from C<caller> will be build for you.
+You can call the method with no arguments, and a default message using informations from C<caller> will be build for you.
 
 =head1 LICENSE
 

Modified: trunk/libdancer-perl/lib/Dancer/FileUtils.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/lib/Dancer/FileUtils.pm?rev=77456&op=diff
==============================================================================
--- trunk/libdancer-perl/lib/Dancer/FileUtils.pm (original)
+++ trunk/libdancer-perl/lib/Dancer/FileUtils.pm Fri Jul 15 08:45:18 2011
@@ -218,7 +218,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 separate element;
+In array context it returns each line (as defined by $/) as a seperate element;
 in scalar context returns the entire contents of the file.
 
 =head2 read_glob_content

Modified: trunk/libdancer-perl/lib/Dancer/Route/Cache.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-perl/lib/Dancer/Route/Cache.pm?rev=77456&op=diff
==============================================================================
--- trunk/libdancer-perl/lib/Dancer/Route/Cache.pm (original)
+++ trunk/libdancer-perl/lib/Dancer/Route/Cache.pm Fri Jul 15 08:45:18 2011
@@ -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 one to cache some requests to specific routes (but
+The caching mechanism allows 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 one to set a size limit of the cache.
+Allows to set a size limit of the cache.
 
 Returns the limit (post-set).
 




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