Reuinte File::Spec with the rest of the PathTools distribution in ext.
authorNicholas Clark <nick@ccl4.org>
Sat, 19 Sep 2009 10:53:11 +0000 (11:53 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 19 Sep 2009 10:53:11 +0000 (11:53 +0100)
commit83f40c94048fdbb191199226697fba08ab108a75
tree7274fcbb1a1797d3ba9bab4b68bea9adca7f3924
parent978463b2c6a3c34cabcf3e18bb7d2e41abf7f9ef
Reuinte File::Spec with the rest of the PathTools distribution in ext.

It can't really be renamed from ext/Cwd to ext/PathTools, because Configure and
Makefile.SH need to know the name of the shared object produced, and they infer
this from the name of the directory.

This concludes the migration of modules from lib to ext. Exporter and version
remain in lib, but I don't think that there is any benefit in trying to move
either of them.
21 files changed:
MANIFEST
Makefile.SH
Porting/Maintainers.pl
ext/Cwd/lib/File/Spec.pm [moved from lib/File/Spec.pm with 100% similarity]
ext/Cwd/lib/File/Spec/Cygwin.pm [moved from lib/File/Spec/Cygwin.pm with 100% similarity]
ext/Cwd/lib/File/Spec/Epoc.pm [moved from lib/File/Spec/Epoc.pm with 100% similarity]
ext/Cwd/lib/File/Spec/Functions.pm [moved from lib/File/Spec/Functions.pm with 100% similarity]
ext/Cwd/lib/File/Spec/Mac.pm [moved from lib/File/Spec/Mac.pm with 100% similarity]
ext/Cwd/lib/File/Spec/OS2.pm [moved from lib/File/Spec/OS2.pm with 100% similarity]
ext/Cwd/lib/File/Spec/Unix.pm [moved from lib/File/Spec/Unix.pm with 100% similarity]
ext/Cwd/lib/File/Spec/VMS.pm [moved from lib/File/Spec/VMS.pm with 100% similarity]
ext/Cwd/lib/File/Spec/Win32.pm [moved from lib/File/Spec/Win32.pm with 100% similarity]
ext/Cwd/t/Functions.t [moved from lib/File/Spec/t/Functions.t with 100% similarity]
ext/Cwd/t/Spec.t [moved from lib/File/Spec/t/Spec.t with 100% similarity]
ext/Cwd/t/crossplatform.t [moved from lib/File/Spec/t/crossplatform.t with 100% similarity]
ext/Cwd/t/rel2abs2rel.t [moved from lib/File/Spec/t/rel2abs2rel.t with 100% similarity]
ext/Cwd/t/tmpdir.t [moved from lib/File/Spec/t/tmpdir.t with 100% similarity]
make_ext.pl
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk