File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
- perl -v
7
7
script :
8
8
- cpanm --installdeps --notest .
9
+ - cpanm --notest Test::Compile::Internal
10
+ - cpanm --notest CGI
9
11
- cpanm --notest Unicode::String Unicode::MapUTF8
10
12
- perl Makefile.PL
11
13
- make
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ before_script:
22
22
23
23
script :
24
24
- cpanm --installdeps --notest .
25
+ - cpanm --notest Test::Compile::Internal
26
+ - cpanm --notest CGI
25
27
- cpanm --notest Unicode::String Unicode::MapUTF8
26
28
- perl Makefile.PL
27
29
- make
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ foreach my $test (@tests) {
26
26
done_testing();
27
27
28
28
__END__
29
- bug #511: Non-ASCII encoded data is not decoded in filename disposition
29
+ Savannah #511: Non-ASCII encoded data is not decoded in filename disposition
30
30
.
31
31
Content-type: application/pdf;
32
32
name="=?iso-8859-1?Q?CT-564.pdf?="
You can’t perform that action at this time.
0 commit comments