From 74ee0c43fc22711fcc65f4a9175ed87cdee9b4c4 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Fri, 23 Mar 2018 07:10:19 +0100 Subject: [PATCH] Spelling errors --- lemonldap-ng-portal/inc/LWP/Protocol/PSGI.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemonldap-ng-portal/inc/LWP/Protocol/PSGI.pm b/lemonldap-ng-portal/inc/LWP/Protocol/PSGI.pm index 79556e638..f8aa65f64 100644 --- a/lemonldap-ng-portal/inc/LWP/Protocol/PSGI.pm +++ b/lemonldap-ng-portal/inc/LWP/Protocol/PSGI.pm @@ -230,7 +230,7 @@ PSGI app defined in C<$app>, but with the environment variable C set, runs the requests against the live server. You can also combine L with L -to route all requests made in your test aginst a specific server. +to route all requests made in your test against a specific server. use LWP::Protocol::PSGI; use Plack::App::Proxy; @@ -303,7 +303,7 @@ as manipulating headers and parsing cookies. L has the similar concept of overriding LWP request method with particular PSGI applications. It has more features and options such as passing through the requests to the native LWP -handler, while LWP::Protocol::PSGI only allows to map certain hosts +handler, while LWP::Protocol::PSGI only allows one to map certain hosts and ports. Test::LWP::UserAgent requires you to change the instantiation of