summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-06 22:44:22 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-06 22:44:22 +0000
commit099c20a12aff17fe259c465c73c75e7eaa5b356f (patch)
tree36cea89b0ca427f55bc82412dc11d22a97839d1a
parent238a6851e196b122761952f8b2127d8fe9e01658 (diff)
downloadperl-099c20a12aff17fe259c465c73c75e7eaa5b356f.tar.gz
Rename ext/IPC/SysV to ext/IPC-SysV
-rw-r--r--MANIFEST40
-rw-r--r--configure.com2
-rw-r--r--mkppport.lst2
3 files changed, 22 insertions, 22 deletions
diff --git a/MANIFEST b/MANIFEST
index 55ddd106b5..477b99d898 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -839,26 +839,26 @@ ext/IO/t/io_udp.t See if UDP socket-related methods from IO work
ext/IO/t/io_unix.t See if UNIX socket-related methods from IO work
ext/IO/t/io_utf8.t See if perlio opens work
ext/IO/t/io_xs.t See if XSUB methods from IO work
-ext/IPC/SysV/Changes IPC::SysV changes
-ext/IPC/SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
-ext/IPC/SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
-ext/IPC/SysV/lib/IPC/Msg.pm IPC::SysV extension Perl module
-ext/IPC/SysV/lib/IPC/Semaphore.pm IPC::SysV extension Perl module
-ext/IPC/SysV/lib/IPC/SharedMem.pm IPC::SysV extension Perl module
-ext/IPC/SysV/lib/IPC/SysV.pm IPC::SysV extension Perl module
-ext/IPC/SysV/Makefile.PL IPC::SysV makefile writer
-ext/IPC/SysV/MANIFEST.SKIP IPC::SysV manifest skip specs
-ext/IPC/SysV/README IPC::SysV README
-ext/IPC/SysV/regen.pl IPC::SysV file regeneration script
-ext/IPC/SysV/SysV.xs IPC::SysV extension Perl module
-ext/IPC/SysV/t/ipcsysv.t IPC::SysV test file
-ext/IPC/SysV/t/msg.t IPC::SysV test file
-ext/IPC/SysV/TODO IPC::SysV todo file
-ext/IPC/SysV/t/podcov.t IPC::SysV test file
-ext/IPC/SysV/t/pod.t IPC::SysV test file
-ext/IPC/SysV/t/sem.t IPC::SysV test file
-ext/IPC/SysV/t/shm.t IPC::SysV test file
-ext/IPC/SysV/typemap IPC::SysV typemap
+ext/IPC-SysV/Changes IPC::SysV changes
+ext/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
+ext/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
+ext/IPC-SysV/lib/IPC/Msg.pm IPC::SysV extension Perl module
+ext/IPC-SysV/lib/IPC/Semaphore.pm IPC::SysV extension Perl module
+ext/IPC-SysV/lib/IPC/SharedMem.pm IPC::SysV extension Perl module
+ext/IPC-SysV/lib/IPC/SysV.pm IPC::SysV extension Perl module
+ext/IPC-SysV/Makefile.PL IPC::SysV makefile writer
+ext/IPC-SysV/MANIFEST.SKIP IPC::SysV manifest skip specs
+ext/IPC-SysV/README IPC::SysV README
+ext/IPC-SysV/regen.pl IPC::SysV file regeneration script
+ext/IPC-SysV/SysV.xs IPC::SysV extension Perl module
+ext/IPC-SysV/t/ipcsysv.t IPC::SysV test file
+ext/IPC-SysV/t/msg.t IPC::SysV test file
+ext/IPC-SysV/TODO IPC::SysV todo file
+ext/IPC-SysV/t/podcov.t IPC::SysV test file
+ext/IPC-SysV/t/pod.t IPC::SysV test file
+ext/IPC-SysV/t/sem.t IPC::SysV test file
+ext/IPC-SysV/t/shm.t IPC::SysV test file
+ext/IPC-SysV/typemap IPC::SysV typemap
ext/List/Util/Changes Util extension
ext/List/Util/lib/List/Util.pm List::Util
ext/List/Util/lib/Scalar/Util.pm Scalar::Util
diff --git a/configure.com b/configure.com
index c8e3e5e0b2..240a7badb3 100644
--- a/configure.com
+++ b/configure.com
@@ -2745,7 +2745,7 @@ $ ENDIF
$ dflt = dflt - "ByteLoader" ! needs to be ported
$ dflt = dflt - "DB_File" ! needs to be ported
$ dflt = dflt - "GDBM_File" ! needs porting/special library
-$ dflt = dflt - "IPC/SysV" ! needs to be ported
+$ dflt = dflt - "IPC-SysV" ! needs to be ported
$ dflt = dflt - "NDBM_File" ! needs porting/special library
$ dflt = dflt - "ODBM_File" ! needs porting/special library
$ dflt = dflt - "Sys/Syslog" ! needs porting/special library "GDBM_File macro LOG_DEBUG"
diff --git a/mkppport.lst b/mkppport.lst
index 0ea7452cd9..ec623f7faf 100644
--- a/mkppport.lst
+++ b/mkppport.lst
@@ -5,7 +5,7 @@
# This file is read by mkppport at build time.
#
-ext/IPC/SysV
+ext/IPC-SysV
ext/Time/HiRes
ext/Win32API/File
ext/DB_File