1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix POD grammar
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=95253
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95253
Author: Florian Schlichting <fsfs@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-10-18
--- a/lib/ReverseProxy/FormFiller.pm
+++ b/lib/ReverseProxy/FormFiller.pm
@@ -260,7 +260,7 @@
Some applications based on frameworks either use HTTP without HTML (e.g Flash), or they send POST data out of any HTML form.
-This module allows to fill any HTML field from its jQuery selectors, thanks to the I<publicFilledData> parameter.
+This module allows one to fill any HTML field from its jQuery selectors, thanks to the I<publicFilledData> parameter.
On the other hand, you can apply any substitution on POST datas, thanks to the I<postDataSub> parameter - but it may require some tuning to get the right substitution PCRE.
|