Skip to content

Commit 32c7c4e

Browse files
committed
Update .travis.yml & .gitlab-ci.yml
1 parent 9073f08 commit 32c7c4e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- perl -v
77
script:
88
- cpanm --installdeps --notest .
9+
- cpanm --notest Test::Compile::Internal
10+
- cpanm --notest CGI
911
- cpanm --notest Unicode::String Unicode::MapUTF8
1012
- perl Makefile.PL
1113
- make

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ before_script:
2222

2323
script:
2424
- cpanm --installdeps --notest .
25+
- cpanm --notest Test::Compile::Internal
26+
- cpanm --notest CGI
2527
- cpanm --notest Unicode::String Unicode::MapUTF8
2628
- perl Makefile.PL
2729
- make

t/readmail-MAILhead_get_disposition.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ foreach my $test (@tests) {
2626
done_testing();
2727

2828
__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
3030
.
3131
Content-type: application/pdf;
3232
name="=?iso-8859-1?Q?CT-564.pdf?="

0 commit comments

Comments
 (0)