Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 41d2405

Browse files
committed
HTTP-Tiny: fixup t/001_api.t for usenamedanoncv
1 parent a501328 commit 41d2405

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,8 @@ package Maintainers;
842842
qr/^eg/,
843843
qr/^xt/
844844
],
845+
# cperl usenamedanoncv
846+
'CUSTOMIZED' => [ qw( t/001_api.t ) ],
845847
},
846848

847849
# removed with v5.25.3c

cpan/HTTP-Tiny/t/001_api.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ can_ok('HTTP::Tiny', @methods, @accessors);
2424
my @extra =
2525
grep {! $api{$_} }
2626
grep { $_ !~ /\A_/ }
27+
grep { $_ ne "import@" }
2728
grep {; no strict 'refs'; *{"HTTP::Tiny::$_"}{CODE} }
2829
sort keys %HTTP::Tiny::;
2930

t/porting/customized.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ ExtUtils::MakeMaker dist/ExtUtils-MakeMaker/t/vstrings.t 62c50e82f1f7afa702773b6
104104
File::Path cpan/File-Path/lib/File/Path.pm 9abce7ef6597df33fb0cbbd02bf7e34c12157330
105105
File::Path cpan/File-Path/t/Path_win32.t 46d09109b418a5ee9c3e2d84ee86449103f7a00d
106106
File::Spec dist/PathTools/t/rel2abs_vs_symlink.t abbf1a890a1b6fefebc0c8a9e2849694ade89fa9
107+
HTTP::Tiny cpan/HTTP-Tiny/t/001_api.t f9481f940ee6951b3c17591432760c4246bfc32f
107108
IO dist/IO/lib/IO/Socket.pm 6531020cd155391a097d16ce89f5afe11bdcd86b
108109
IO dist/IO/lib/IO/Socket/INET.pm cd959cc38f5c9d1440f2d998b8adba968cedf340
109110
IO dist/IO/lib/IO/Socket/UNIX.pm fbf1a9477f310635f4561da1fa287ece982da496

0 commit comments

Comments
 (0)