diff options
author | Andy Broad <andy@broad.ology.org.uk> | 2015-08-31 19:14:21 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-09-05 11:12:48 -0400 |
commit | 99ee6704cfbcbfba425ba1b86ab1ed00dd58423c (patch) | |
tree | 300b3c83541a60ae855abbed4a5bcfeb692c3791 /Porting | |
parent | 18c028dd41248caad6f12227da8150e8a968746a (diff) | |
download | perl-99ee6704cfbcbfba425ba1b86ab1ed00dd58423c.tar.gz |
amigaos4: customized Socket Socket.xs
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2d9afe3470..0f8a50a391 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1024,6 +1024,9 @@ use File::Glob qw(:case); 'Socket' => { 'DISTRIBUTION' => 'PEVANS/Socket-2.020.tar.gz', 'FILES' => q[cpan/Socket], + + # https://rt.cpan.org/Ticket/Display.html?id=106797 + 'CUSTOMIZED' => [ qw[ Socket.xs ] ], }, 'Storable' => { |