Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV
Nicholas Clark [Fri, 6 Feb 2009 23:04:29 +0000 (23:04 +0000)]
(the missed parts)

39 files changed:
ext/IPC-SysV/.gitignore [moved from ext/IPC/SysV/.gitignore with 100% similarity]
ext/IPC-SysV/Changes [moved from ext/IPC/SysV/Changes with 100% similarity]
ext/IPC-SysV/MANIFEST.SKIP [moved from ext/IPC/SysV/MANIFEST.SKIP with 100% similarity]
ext/IPC-SysV/Makefile.PL [moved from ext/IPC/SysV/Makefile.PL with 100% similarity]
ext/IPC-SysV/README [moved from ext/IPC/SysV/README with 100% similarity]
ext/IPC-SysV/SysV.xs [moved from ext/IPC/SysV/SysV.xs with 100% similarity]
ext/IPC-SysV/TODO [moved from ext/IPC/SysV/TODO with 100% similarity]
ext/IPC-SysV/hints/cygwin.pl [moved from ext/IPC/SysV/hints/cygwin.pl with 100% similarity]
ext/IPC-SysV/hints/next_3.pl [moved from ext/IPC/SysV/hints/next_3.pl with 100% similarity]
ext/IPC-SysV/lib/IPC/Msg.pm [moved from ext/IPC/SysV/lib/IPC/Msg.pm with 100% similarity]
ext/IPC-SysV/lib/IPC/Semaphore.pm [moved from ext/IPC/SysV/lib/IPC/Semaphore.pm with 100% similarity]
ext/IPC-SysV/lib/IPC/SharedMem.pm [moved from ext/IPC/SysV/lib/IPC/SharedMem.pm with 100% similarity]
ext/IPC-SysV/lib/IPC/SysV.pm [moved from ext/IPC/SysV/lib/IPC/SysV.pm with 100% similarity]
ext/IPC-SysV/regen.pl [moved from ext/IPC/SysV/regen.pl with 100% similarity]
ext/IPC-SysV/t/ipcsysv.t [moved from ext/IPC/SysV/t/ipcsysv.t with 100% similarity]
ext/IPC-SysV/t/msg.t [moved from ext/IPC/SysV/t/msg.t with 100% similarity]
ext/IPC-SysV/t/pod.t [moved from ext/IPC/SysV/t/pod.t with 100% similarity]
ext/IPC-SysV/t/podcov.t [moved from ext/IPC/SysV/t/podcov.t with 100% similarity]
ext/IPC-SysV/t/sem.t [moved from ext/IPC/SysV/t/sem.t with 100% similarity]
ext/IPC-SysV/t/shm.t [moved from ext/IPC/SysV/t/shm.t with 100% similarity]
ext/IPC-SysV/typemap [moved from ext/IPC/SysV/typemap with 100% similarity]
ext/Sys-Syslog/.gitignore [moved from ext/Sys/Syslog/.gitignore with 100% similarity]
ext/Sys-Syslog/Changes [moved from ext/Sys/Syslog/Changes with 100% similarity]
ext/Sys-Syslog/Makefile.PL [moved from ext/Sys/Syslog/Makefile.PL with 100% similarity]
ext/Sys-Syslog/README [moved from ext/Sys/Syslog/README with 100% similarity]
ext/Sys-Syslog/README.win32 [moved from ext/Sys/Syslog/README.win32 with 100% similarity]
ext/Sys-Syslog/Syslog.pm [moved from ext/Sys/Syslog/Syslog.pm with 100% similarity]
ext/Sys-Syslog/Syslog.xs [moved from ext/Sys/Syslog/Syslog.xs with 100% similarity]
ext/Sys-Syslog/fallback/const-c.inc [moved from ext/Sys/Syslog/fallback/const-c.inc with 100% similarity]
ext/Sys-Syslog/fallback/const-xs.inc [moved from ext/Sys/Syslog/fallback/const-xs.inc with 100% similarity]
ext/Sys-Syslog/fallback/syslog.h [moved from ext/Sys/Syslog/fallback/syslog.h with 100% similarity]
ext/Sys-Syslog/t/00-load.t [moved from ext/Sys/Syslog/t/00-load.t with 100% similarity]
ext/Sys-Syslog/t/constants.t [moved from ext/Sys/Syslog/t/constants.t with 100% similarity]
ext/Sys-Syslog/t/syslog.t [moved from ext/Sys/Syslog/t/syslog.t with 100% similarity]
ext/Sys-Syslog/win32/PerlLog.mc [moved from ext/Sys/Syslog/win32/PerlLog.mc with 100% similarity]
ext/Sys-Syslog/win32/PerlLog_RES.uu [moved from ext/Sys/Syslog/win32/PerlLog_RES.uu with 100% similarity]
ext/Sys-Syslog/win32/PerlLog_dll.uu [moved from ext/Sys/Syslog/win32/PerlLog_dll.uu with 100% similarity]
ext/Sys-Syslog/win32/Win32.pm [moved from ext/Sys/Syslog/win32/Win32.pm with 100% similarity]
ext/Sys-Syslog/win32/compile.pl [moved from ext/Sys/Syslog/win32/compile.pl with 100% similarity]

similarity index 100%
rename from ext/IPC/SysV/Changes
rename to ext/IPC-SysV/Changes
similarity index 100%
rename from ext/IPC/SysV/README
rename to ext/IPC-SysV/README
similarity index 100%
rename from ext/IPC/SysV/SysV.xs
rename to ext/IPC-SysV/SysV.xs
similarity index 100%
rename from ext/IPC/SysV/TODO
rename to ext/IPC-SysV/TODO
similarity index 100%
rename from ext/IPC/SysV/regen.pl
rename to ext/IPC-SysV/regen.pl
similarity index 100%
rename from ext/IPC/SysV/t/msg.t
rename to ext/IPC-SysV/t/msg.t
similarity index 100%
rename from ext/IPC/SysV/t/pod.t
rename to ext/IPC-SysV/t/pod.t
similarity index 100%
rename from ext/IPC/SysV/t/sem.t
rename to ext/IPC-SysV/t/sem.t
similarity index 100%
rename from ext/IPC/SysV/t/shm.t
rename to ext/IPC-SysV/t/shm.t
similarity index 100%
rename from ext/IPC/SysV/typemap
rename to ext/IPC-SysV/typemap
similarity index 100%
rename from ext/Sys/Syslog/README
rename to ext/Sys-Syslog/README