diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-14 13:19:50 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-14 13:26:16 +0100 |
commit | dee6f87b058791095e45ee0586fda9ac18b618cd (patch) | |
tree | 196bf7c11dcbf77975120c7b3eb91cc90fa68699 /Porting | |
parent | e6d414a917f1ac1a576af24f8cd8f56b30eff0f8 (diff) | |
download | perl-dee6f87b058791095e45ee0586fda9ac18b618cd.tar.gz |
Socket.pm is customized (for the ++$VERSION) as well as Socket.xs
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5433ee9535..e5aed1b49a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -995,7 +995,7 @@ use File::Glob qw(:case); 'FILES' => q[cpan/Socket], # https://rt.cpan.org/Ticket/Display.html?id=106797 - 'CUSTOMIZED' => [ qw[ Socket.xs ] ], + 'CUSTOMIZED' => [ qw[ Socket.pm Socket.xs ] ], }, 'Storable' => { |