1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: fix another two typos reported by lintian
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=69642
Author: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-04-01
--- a/ASP.pm
+++ b/ASP.pm
@@ -2345,7 +2345,7 @@
for easy use.
Unless StateDir is configured, this directory must be some
-writeable directory by the web server. $Session and $Application
+writable directory by the web server. $Session and $Application
object state files will be stored in this directory. If StateDir
is configured, then ignore this paragraph, as it overrides the
Global directory for this purpose.
@@ -6382,7 +6382,7 @@
=end html
-I would like to say that your ASP module rocks :-) We have practically stopped developing in anything else about half a year ago, and are now using Apache::ASP extensively. I just love Perl, and whereever we are not "forced" to use JSP, we chose ASP. It is fast, reliable, versatile, documented in a way that is the best for professionals - so thank you for writting and maintaining it!
+I would like to say that your ASP module rocks :-) We have practically stopped developing in anything else about half a year ago, and are now using Apache::ASP extensively. I just love Perl, and whereever we are not "forced" to use JSP, we chose ASP. It is fast, reliable, versatile, documented in a way that is the best for professionals - so thank you for writing and maintaining it!
-- Csongor Fagyal, Concept Online Ltd.
|