Move Cwd and List-Util: UNIX followup
authorDavid Mitchell <davem@iabyn.com>
Fri, 29 Nov 2013 16:12:20 +0000 (16:12 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 29 Nov 2013 16:12:20 +0000 (16:12 +0000)
commitd689efaf4740b2518567ca3587d5aa7e86601bea
tree17d50d0c33d694b940f66dab1c3ce7e201446f1e
parentcb8c84586a7e77e1b9100e6d88a6a9d18041ae96
Move Cwd and List-Util: UNIX followup

the previous commit worked on win32; this commit makes it work under UNIX
too.

Basically Configure determines a list of "logical" extension names
such as "IPC/SysV",  based on physical dirs under cpan/ etc such as
"IPC-SysV".

In this case, keep the original logical names "Cwd" and "List/Util",
even though the physical paths have been changed to "PathTools" and
"Scalar/List/Utils".
Configure