diff --git a/Changes b/Changes index bc21552..fdfefc4 100644 --- a/Changes +++ b/Changes @@ -227,7 +227,7 @@ Revision history for Perl extension HTTP::Proxy subclasses. Use begin() instead. [EXAMPLES] - eg/pdf.pl - save \.pdf files and send a HTML confirmation instead - (idea by Emmanuel Di Prétoro) + (idea by Emmanuel Di Prétoro) 0.14 Tue Mar 29 11:40:51 CEST 2005 [ANNOUNCE] @@ -400,7 +400,7 @@ Revision history for Perl extension HTTP::Proxy 0.06 Mon Feb 17 00:21:37 CET 2003 - better forking system and better reaping of zombies - (thanks to David Landgren and Stéphane Payrard) + (thanks to David Landgren and Stéphane Payrard) Still won't work under Windows, though :-( - replaced verbose() by logmask(), so as to fine-tune the logging system diff --git a/eg/pdf.pl b/eg/pdf.pl index 987dcf5..d4f5cad 100755 --- a/eg/pdf.pl +++ b/eg/pdf.pl @@ -4,7 +4,7 @@ # (the PDF file never arrives to the client, but is replaced by # a simple HTML file) # -# Based on a request by Emmanuel Di Prétoro +# Based on a request by Emmanuel Di Prétoro # use strict; use warnings; diff --git a/lib/HTTP/Proxy/BodyFilter/save.pm b/lib/HTTP/Proxy/BodyFilter/save.pm index 2b3a696..310747a 100644 --- a/lib/HTTP/Proxy/BodyFilter/save.pm +++ b/lib/HTTP/Proxy/BodyFilter/save.pm @@ -411,7 +411,7 @@ Wget(1) provided the inspiration for many of the file naming options. Thanks to Nicolas Chuche for telling me about C. -Thanks to Rafaël Garcia-Suarez and David Rigaudiere for their help on +Thanks to Rafaël Garcia-Suarez and David Rigaudiere for their help on irc while coding the nasty C method. C<;-)> Thanks to Howard Jones for the inspiration and initial patch for the diff --git a/t/67save.t b/t/67save.t index c91e24d..9ba2243 100644 --- a/t/67save.t +++ b/t/67save.t @@ -92,11 +92,11 @@ my @responses = ( ], ); -plan tests => 2 * @errors # error checking +plan tests => 2 * @errors # error checking + 1 # simple test + 7 * 2 # filename tests: 2 that save + 5 * 2 # filename tests: 2 that don't - + 2 * @templates # all template tests + + 2 * @templates # all template tests + 2 * @responses # all responses tests ;