diff options
author | Tony Cook <tony@develop-help.com> | 2016-03-09 10:43:57 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-03-09 10:43:57 +1100 |
commit | cda0c02ca04cbb6960392d44273bd40182397820 (patch) | |
tree | 8b8ce3d22578f88d3c4cd2b82b956fe7968ac797 /Porting | |
parent | 9234e5bdb7cb62dbf09ea4fd4ae5f3831cf78890 (diff) | |
download | perl-cda0c02ca04cbb6960392d44273bd40182397820.tar.gz |
fix a skip count in cpan/IPC-SysV/t/ipcsysv.t
reported upstream as https://rt.cpan.org/Ticket/Display.html?id=112827
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b31a0029c5..c392c16539 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -689,6 +689,14 @@ use File::Glob qw(:case); const-xs.inc ), ], + 'CUSTOMIZED' => [ + # CPAN #118827 + qw(t/ipcsysv.t + lib/IPC/Msg.pm + lib/IPC/Semaphore.pm + lib/IPC/SharedMem.pm + lib/IPC/SysV.pm), + ], }, 'JSON::PP' => { |