This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move IPC-SysV from ext/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Thu, 24 Sep 2009 09:30:56 +0000 (10:30 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 24 Sep 2009 09:30:56 +0000 (10:30 +0100)
commit5aacae8537a14b9d6238ea441c002451d7abea35
treeceef13c1be4ac11d2e7a13ff0737d44cbe1c446c
parente14adb6005c86f724c57fce18f4514abf3c57041
Move IPC-SysV from ext/ to cpan/

(Also XS, skipped on Win32 and VMS)
23 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/IPC-SysV/.gitignore [moved from ext/IPC-SysV/.gitignore with 100% similarity]
cpan/IPC-SysV/Changes [moved from ext/IPC-SysV/Changes with 100% similarity]
cpan/IPC-SysV/MANIFEST.SKIP [moved from ext/IPC-SysV/MANIFEST.SKIP with 100% similarity]
cpan/IPC-SysV/Makefile.PL [moved from ext/IPC-SysV/Makefile.PL with 100% similarity]
cpan/IPC-SysV/README [moved from ext/IPC-SysV/README with 100% similarity]
cpan/IPC-SysV/SysV.xs [moved from ext/IPC-SysV/SysV.xs with 100% similarity]
cpan/IPC-SysV/TODO [moved from ext/IPC-SysV/TODO with 100% similarity]
cpan/IPC-SysV/hints/cygwin.pl [moved from ext/IPC-SysV/hints/cygwin.pl with 100% similarity]
cpan/IPC-SysV/hints/next_3.pl [moved from ext/IPC-SysV/hints/next_3.pl with 100% similarity]
cpan/IPC-SysV/lib/IPC/Msg.pm [moved from ext/IPC-SysV/lib/IPC/Msg.pm with 100% similarity]
cpan/IPC-SysV/lib/IPC/Semaphore.pm [moved from ext/IPC-SysV/lib/IPC/Semaphore.pm with 100% similarity]
cpan/IPC-SysV/lib/IPC/SharedMem.pm [moved from ext/IPC-SysV/lib/IPC/SharedMem.pm with 100% similarity]
cpan/IPC-SysV/lib/IPC/SysV.pm [moved from ext/IPC-SysV/lib/IPC/SysV.pm with 100% similarity]
cpan/IPC-SysV/regen.pl [moved from ext/IPC-SysV/regen.pl with 100% similarity]
cpan/IPC-SysV/t/ipcsysv.t [moved from ext/IPC-SysV/t/ipcsysv.t with 100% similarity]
cpan/IPC-SysV/t/msg.t [moved from ext/IPC-SysV/t/msg.t with 100% similarity]
cpan/IPC-SysV/t/pod.t [moved from ext/IPC-SysV/t/pod.t with 100% similarity]
cpan/IPC-SysV/t/podcov.t [moved from ext/IPC-SysV/t/podcov.t with 100% similarity]
cpan/IPC-SysV/t/sem.t [moved from ext/IPC-SysV/t/sem.t with 100% similarity]
cpan/IPC-SysV/t/shm.t [moved from ext/IPC-SysV/t/shm.t with 100% similarity]
cpan/IPC-SysV/typemap [moved from ext/IPC-SysV/typemap with 100% similarity]