summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-06 23:04:29 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-06 23:04:29 +0000
commitd2a6e61ca10408703f6a8faa72cb1843e0f9b361 (patch)
tree96dda3638f64ffde0480ccc520be7e91978612e0
parent18bdacd6ec50ce381ac2bc69ff4bb5e36d019e94 (diff)
downloadperl-d2a6e61ca10408703f6a8faa72cb1843e0f9b361.tar.gz
Rename ext/Sys/Syslog to ext/Sys-Syslog and ext/IPC/SysV to ext/IPC-SysV
(the missed parts)
-rw-r--r--ext/IPC-SysV/.gitignore (renamed from ext/IPC/SysV/.gitignore)0
-rw-r--r--ext/IPC-SysV/Changes (renamed from ext/IPC/SysV/Changes)0
-rw-r--r--ext/IPC-SysV/MANIFEST.SKIP (renamed from ext/IPC/SysV/MANIFEST.SKIP)0
-rw-r--r--ext/IPC-SysV/Makefile.PL (renamed from ext/IPC/SysV/Makefile.PL)0
-rw-r--r--ext/IPC-SysV/README (renamed from ext/IPC/SysV/README)0
-rw-r--r--ext/IPC-SysV/SysV.xs (renamed from ext/IPC/SysV/SysV.xs)0
-rw-r--r--ext/IPC-SysV/TODO (renamed from ext/IPC/SysV/TODO)0
-rw-r--r--ext/IPC-SysV/hints/cygwin.pl (renamed from ext/IPC/SysV/hints/cygwin.pl)0
-rw-r--r--ext/IPC-SysV/hints/next_3.pl (renamed from ext/IPC/SysV/hints/next_3.pl)0
-rw-r--r--ext/IPC-SysV/lib/IPC/Msg.pm (renamed from ext/IPC/SysV/lib/IPC/Msg.pm)0
-rw-r--r--ext/IPC-SysV/lib/IPC/Semaphore.pm (renamed from ext/IPC/SysV/lib/IPC/Semaphore.pm)0
-rw-r--r--ext/IPC-SysV/lib/IPC/SharedMem.pm (renamed from ext/IPC/SysV/lib/IPC/SharedMem.pm)0
-rw-r--r--ext/IPC-SysV/lib/IPC/SysV.pm (renamed from ext/IPC/SysV/lib/IPC/SysV.pm)0
-rw-r--r--ext/IPC-SysV/regen.pl (renamed from ext/IPC/SysV/regen.pl)0
-rwxr-xr-xext/IPC-SysV/t/ipcsysv.t (renamed from ext/IPC/SysV/t/ipcsysv.t)0
-rwxr-xr-xext/IPC-SysV/t/msg.t (renamed from ext/IPC/SysV/t/msg.t)0
-rw-r--r--ext/IPC-SysV/t/pod.t (renamed from ext/IPC/SysV/t/pod.t)0
-rw-r--r--ext/IPC-SysV/t/podcov.t (renamed from ext/IPC/SysV/t/podcov.t)0
-rwxr-xr-xext/IPC-SysV/t/sem.t (renamed from ext/IPC/SysV/t/sem.t)0
-rw-r--r--ext/IPC-SysV/t/shm.t (renamed from ext/IPC/SysV/t/shm.t)0
-rw-r--r--ext/IPC-SysV/typemap (renamed from ext/IPC/SysV/typemap)0
-rw-r--r--ext/Sys-Syslog/.gitignore (renamed from ext/Sys/Syslog/.gitignore)0
-rw-r--r--ext/Sys-Syslog/Changes (renamed from ext/Sys/Syslog/Changes)0
-rw-r--r--ext/Sys-Syslog/Makefile.PL (renamed from ext/Sys/Syslog/Makefile.PL)0
-rw-r--r--ext/Sys-Syslog/README (renamed from ext/Sys/Syslog/README)0
-rw-r--r--ext/Sys-Syslog/README.win32 (renamed from ext/Sys/Syslog/README.win32)0
-rw-r--r--ext/Sys-Syslog/Syslog.pm (renamed from ext/Sys/Syslog/Syslog.pm)0
-rw-r--r--ext/Sys-Syslog/Syslog.xs (renamed from ext/Sys/Syslog/Syslog.xs)0
-rw-r--r--ext/Sys-Syslog/fallback/const-c.inc (renamed from ext/Sys/Syslog/fallback/const-c.inc)0
-rw-r--r--ext/Sys-Syslog/fallback/const-xs.inc (renamed from ext/Sys/Syslog/fallback/const-xs.inc)0
-rw-r--r--ext/Sys-Syslog/fallback/syslog.h (renamed from ext/Sys/Syslog/fallback/syslog.h)0
-rw-r--r--ext/Sys-Syslog/t/00-load.t (renamed from ext/Sys/Syslog/t/00-load.t)0
-rw-r--r--ext/Sys-Syslog/t/constants.t (renamed from ext/Sys/Syslog/t/constants.t)0
-rwxr-xr-xext/Sys-Syslog/t/syslog.t (renamed from ext/Sys/Syslog/t/syslog.t)0
-rw-r--r--ext/Sys-Syslog/win32/PerlLog.mc (renamed from ext/Sys/Syslog/win32/PerlLog.mc)0
-rw-r--r--ext/Sys-Syslog/win32/PerlLog_RES.uu (renamed from ext/Sys/Syslog/win32/PerlLog_RES.uu)0
-rw-r--r--ext/Sys-Syslog/win32/PerlLog_dll.uu (renamed from ext/Sys/Syslog/win32/PerlLog_dll.uu)0
-rw-r--r--ext/Sys-Syslog/win32/Win32.pm (renamed from ext/Sys/Syslog/win32/Win32.pm)0
-rw-r--r--ext/Sys-Syslog/win32/compile.pl (renamed from ext/Sys/Syslog/win32/compile.pl)0
39 files changed, 0 insertions, 0 deletions
diff --git a/ext/IPC/SysV/.gitignore b/ext/IPC-SysV/.gitignore
index 2a06e93b55..2a06e93b55 100644
--- a/ext/IPC/SysV/.gitignore
+++ b/ext/IPC-SysV/.gitignore
diff --git a/ext/IPC/SysV/Changes b/ext/IPC-SysV/Changes
index 22264ffd95..22264ffd95 100644
--- a/ext/IPC/SysV/Changes
+++ b/ext/IPC-SysV/Changes
diff --git a/ext/IPC/SysV/MANIFEST.SKIP b/ext/IPC-SysV/MANIFEST.SKIP
index f5cf3b4254..f5cf3b4254 100644
--- a/ext/IPC/SysV/MANIFEST.SKIP
+++ b/ext/IPC-SysV/MANIFEST.SKIP
diff --git a/ext/IPC/SysV/Makefile.PL b/ext/IPC-SysV/Makefile.PL
index 1cd276c2db..1cd276c2db 100644
--- a/ext/IPC/SysV/Makefile.PL
+++ b/ext/IPC-SysV/Makefile.PL
diff --git a/ext/IPC/SysV/README b/ext/IPC-SysV/README
index a9cb7bdd4d..a9cb7bdd4d 100644
--- a/ext/IPC/SysV/README
+++ b/ext/IPC-SysV/README
diff --git a/ext/IPC/SysV/SysV.xs b/ext/IPC-SysV/SysV.xs
index 11b4013092..11b4013092 100644
--- a/ext/IPC/SysV/SysV.xs
+++ b/ext/IPC-SysV/SysV.xs
diff --git a/ext/IPC/SysV/TODO b/ext/IPC-SysV/TODO
index 3d825ef1a6..3d825ef1a6 100644
--- a/ext/IPC/SysV/TODO
+++ b/ext/IPC-SysV/TODO
diff --git a/ext/IPC/SysV/hints/cygwin.pl b/ext/IPC-SysV/hints/cygwin.pl
index 7c7299d1ac..7c7299d1ac 100644
--- a/ext/IPC/SysV/hints/cygwin.pl
+++ b/ext/IPC-SysV/hints/cygwin.pl
diff --git a/ext/IPC/SysV/hints/next_3.pl b/ext/IPC-SysV/hints/next_3.pl
index 2290ac7400..2290ac7400 100644
--- a/ext/IPC/SysV/hints/next_3.pl
+++ b/ext/IPC-SysV/hints/next_3.pl
diff --git a/ext/IPC/SysV/lib/IPC/Msg.pm b/ext/IPC-SysV/lib/IPC/Msg.pm
index 7ffbc0b85f..7ffbc0b85f 100644
--- a/ext/IPC/SysV/lib/IPC/Msg.pm
+++ b/ext/IPC-SysV/lib/IPC/Msg.pm
diff --git a/ext/IPC/SysV/lib/IPC/Semaphore.pm b/ext/IPC-SysV/lib/IPC/Semaphore.pm
index f3690a30b3..f3690a30b3 100644
--- a/ext/IPC/SysV/lib/IPC/Semaphore.pm
+++ b/ext/IPC-SysV/lib/IPC/Semaphore.pm
diff --git a/ext/IPC/SysV/lib/IPC/SharedMem.pm b/ext/IPC-SysV/lib/IPC/SharedMem.pm
index 65d3137e2e..65d3137e2e 100644
--- a/ext/IPC/SysV/lib/IPC/SharedMem.pm
+++ b/ext/IPC-SysV/lib/IPC/SharedMem.pm
diff --git a/ext/IPC/SysV/lib/IPC/SysV.pm b/ext/IPC-SysV/lib/IPC/SysV.pm
index b6098282c7..b6098282c7 100644
--- a/ext/IPC/SysV/lib/IPC/SysV.pm
+++ b/ext/IPC-SysV/lib/IPC/SysV.pm
diff --git a/ext/IPC/SysV/regen.pl b/ext/IPC-SysV/regen.pl
index 776991298f..776991298f 100644
--- a/ext/IPC/SysV/regen.pl
+++ b/ext/IPC-SysV/regen.pl
diff --git a/ext/IPC/SysV/t/ipcsysv.t b/ext/IPC-SysV/t/ipcsysv.t
index a83c7bbae0..a83c7bbae0 100755
--- a/ext/IPC/SysV/t/ipcsysv.t
+++ b/ext/IPC-SysV/t/ipcsysv.t
diff --git a/ext/IPC/SysV/t/msg.t b/ext/IPC-SysV/t/msg.t
index 32dd9ffa75..32dd9ffa75 100755
--- a/ext/IPC/SysV/t/msg.t
+++ b/ext/IPC-SysV/t/msg.t
diff --git a/ext/IPC/SysV/t/pod.t b/ext/IPC-SysV/t/pod.t
index f9beefc50b..f9beefc50b 100644
--- a/ext/IPC/SysV/t/pod.t
+++ b/ext/IPC-SysV/t/pod.t
diff --git a/ext/IPC/SysV/t/podcov.t b/ext/IPC-SysV/t/podcov.t
index f607059558..f607059558 100644
--- a/ext/IPC/SysV/t/podcov.t
+++ b/ext/IPC-SysV/t/podcov.t
diff --git a/ext/IPC/SysV/t/sem.t b/ext/IPC-SysV/t/sem.t
index 60fd039843..60fd039843 100755
--- a/ext/IPC/SysV/t/sem.t
+++ b/ext/IPC-SysV/t/sem.t
diff --git a/ext/IPC/SysV/t/shm.t b/ext/IPC-SysV/t/shm.t
index f38f88eaa0..f38f88eaa0 100644
--- a/ext/IPC/SysV/t/shm.t
+++ b/ext/IPC-SysV/t/shm.t
diff --git a/ext/IPC/SysV/typemap b/ext/IPC-SysV/typemap
index e884838f20..e884838f20 100644
--- a/ext/IPC/SysV/typemap
+++ b/ext/IPC-SysV/typemap
diff --git a/ext/Sys/Syslog/.gitignore b/ext/Sys-Syslog/.gitignore
index 2f2399bced..2f2399bced 100644
--- a/ext/Sys/Syslog/.gitignore
+++ b/ext/Sys-Syslog/.gitignore
diff --git a/ext/Sys/Syslog/Changes b/ext/Sys-Syslog/Changes
index 2f6653baa8..2f6653baa8 100644
--- a/ext/Sys/Syslog/Changes
+++ b/ext/Sys-Syslog/Changes
diff --git a/ext/Sys/Syslog/Makefile.PL b/ext/Sys-Syslog/Makefile.PL
index 790853ce8a..790853ce8a 100644
--- a/ext/Sys/Syslog/Makefile.PL
+++ b/ext/Sys-Syslog/Makefile.PL
diff --git a/ext/Sys/Syslog/README b/ext/Sys-Syslog/README
index 68bf1b69e0..68bf1b69e0 100644
--- a/ext/Sys/Syslog/README
+++ b/ext/Sys-Syslog/README
diff --git a/ext/Sys/Syslog/README.win32 b/ext/Sys-Syslog/README.win32
index adf253ab96..adf253ab96 100644
--- a/ext/Sys/Syslog/README.win32
+++ b/ext/Sys-Syslog/README.win32
diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys-Syslog/Syslog.pm
index 002e6e4f16..002e6e4f16 100644
--- a/ext/Sys/Syslog/Syslog.pm
+++ b/ext/Sys-Syslog/Syslog.pm
diff --git a/ext/Sys/Syslog/Syslog.xs b/ext/Sys-Syslog/Syslog.xs
index 704ed9e778..704ed9e778 100644
--- a/ext/Sys/Syslog/Syslog.xs
+++ b/ext/Sys-Syslog/Syslog.xs
diff --git a/ext/Sys/Syslog/fallback/const-c.inc b/ext/Sys-Syslog/fallback/const-c.inc
index 8fb8cb6b98..8fb8cb6b98 100644
--- a/ext/Sys/Syslog/fallback/const-c.inc
+++ b/ext/Sys-Syslog/fallback/const-c.inc
diff --git a/ext/Sys/Syslog/fallback/const-xs.inc b/ext/Sys-Syslog/fallback/const-xs.inc
index 4da6b66805..4da6b66805 100644
--- a/ext/Sys/Syslog/fallback/const-xs.inc
+++ b/ext/Sys-Syslog/fallback/const-xs.inc
diff --git a/ext/Sys/Syslog/fallback/syslog.h b/ext/Sys-Syslog/fallback/syslog.h
index ac20dabbcc..ac20dabbcc 100644
--- a/ext/Sys/Syslog/fallback/syslog.h
+++ b/ext/Sys-Syslog/fallback/syslog.h
diff --git a/ext/Sys/Syslog/t/00-load.t b/ext/Sys-Syslog/t/00-load.t
index bbf2289457..bbf2289457 100644
--- a/ext/Sys/Syslog/t/00-load.t
+++ b/ext/Sys-Syslog/t/00-load.t
diff --git a/ext/Sys/Syslog/t/constants.t b/ext/Sys-Syslog/t/constants.t
index c2002fb374..c2002fb374 100644
--- a/ext/Sys/Syslog/t/constants.t
+++ b/ext/Sys-Syslog/t/constants.t
diff --git a/ext/Sys/Syslog/t/syslog.t b/ext/Sys-Syslog/t/syslog.t
index 56a83c74ef..56a83c74ef 100755
--- a/ext/Sys/Syslog/t/syslog.t
+++ b/ext/Sys-Syslog/t/syslog.t
diff --git a/ext/Sys/Syslog/win32/PerlLog.mc b/ext/Sys-Syslog/win32/PerlLog.mc
index 3a7c1fdd06..3a7c1fdd06 100644
--- a/ext/Sys/Syslog/win32/PerlLog.mc
+++ b/ext/Sys-Syslog/win32/PerlLog.mc
diff --git a/ext/Sys/Syslog/win32/PerlLog_RES.uu b/ext/Sys-Syslog/win32/PerlLog_RES.uu
index 036cecf5e9..036cecf5e9 100644
--- a/ext/Sys/Syslog/win32/PerlLog_RES.uu
+++ b/ext/Sys-Syslog/win32/PerlLog_RES.uu
diff --git a/ext/Sys/Syslog/win32/PerlLog_dll.uu b/ext/Sys-Syslog/win32/PerlLog_dll.uu
index 2661a9c173..2661a9c173 100644
--- a/ext/Sys/Syslog/win32/PerlLog_dll.uu
+++ b/ext/Sys-Syslog/win32/PerlLog_dll.uu
diff --git a/ext/Sys/Syslog/win32/Win32.pm b/ext/Sys-Syslog/win32/Win32.pm
index 70caf33143..70caf33143 100644
--- a/ext/Sys/Syslog/win32/Win32.pm
+++ b/ext/Sys-Syslog/win32/Win32.pm
diff --git a/ext/Sys/Syslog/win32/compile.pl b/ext/Sys-Syslog/win32/compile.pl
index 8502309bc7..8502309bc7 100644
--- a/ext/Sys/Syslog/win32/compile.pl
+++ b/ext/Sys-Syslog/win32/compile.pl