summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-09-27 10:52:36 -0500
committerJesse Luehrs <doy@tozt.net>2012-09-27 10:52:36 -0500
commit217ffe760a9cded965c8dcf10bec2c44fdbfdca9 (patch)
tree7b3d5ea46015bc92e3ed6543e5bf13d94968ccc9 /lib
parent1e94cd754327fc393f0813ab756a795aefb2c36a (diff)
downloadweb-request-217ffe760a9cded965c8dcf10bec2c44fdbfdca9.tar.gz
web-request-217ffe760a9cded965c8dcf10bec2c44fdbfdca9.zip
add comments about Plack::Request
Diffstat (limited to 'lib')
-rw-r--r--lib/Web/Request.pm9
1 files changed, 8 insertions, 1 deletions
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<content>, C<query_parameters>, C<all_query_parameters>,
C<body_parameters>, and C<all_body_parameters>.
+Web::Request is based heavily on L<Plack::Request>, 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<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Web-Request>.
=head1 SEE ALSO
-L<Plack::Request>
+L<Plack::Request> - Much of this module's API and implementation were taken
+from Plack::Request.
=head1 SUPPORT