Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
encode most files in utf-8
  • Loading branch information
book committed Jan 31, 2015
1 parent f97f2a4 commit 33e78f0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Changes
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eg/pdf.pl
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Proxy/BodyFilter/save.pm
Expand Up @@ -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<O_EXCL>.
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<begin()> method. C<;-)>
Thanks to Howard Jones for the inspiration and initial patch for the
Expand Down
4 changes: 2 additions & 2 deletions t/67save.t
Expand Up @@ -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
;

Expand Down

0 comments on commit 33e78f0

Please sign in to comment.