From 217ffe760a9cded965c8dcf10bec2c44fdbfdca9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 27 Sep 2012 10:52:36 -0500 Subject: add comments about Plack::Request --- lib/Web/Request.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/Web/Request.pm b/lib/Web/Request.pm index bc4a37e..fa8cf3a 100644 --- a/lib/Web/Request.pm +++ b/lib/Web/Request.pm @@ -39,6 +39,12 @@ modified. Changing the encoding will change the return value of any subsequent calls to C, C, C, C, and C. +Web::Request is based heavily on L, but with the intention of +growing to become more generally useful to end users (rather than just +framework and middleware developers). In the future, it is expected to grow in +functionality to support a lot more convenient functionality, while +Plack::Request has a more minimalist goal. + =cut has env => ( @@ -737,7 +743,8 @@ L. =head1 SEE ALSO -L +L - Much of this module's API and implementation were taken +from Plack::Request. =head1 SUPPORT -- cgit v1.2.3