Move Cwd from ext/ to cpan/
Nicholas Clark [Sun, 27 Sep 2009 09:09:53 +0000 (10:09 +0100)]
33 files changed:
MANIFEST
Makefile.SH
Porting/Maintainers.pl
README.cygwin
README.qnx
cpan/Cwd/Changes [moved from ext/Cwd/Changes with 100% similarity]
cpan/Cwd/Cwd.pm [moved from ext/Cwd/Cwd.pm with 100% similarity]
cpan/Cwd/Cwd.xs [moved from ext/Cwd/Cwd.xs with 100% similarity]
cpan/Cwd/Makefile.PL [moved from ext/Cwd/Makefile.PL with 100% similarity]
cpan/Cwd/lib/File/Spec.pm [moved from ext/Cwd/lib/File/Spec.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/Cygwin.pm [moved from ext/Cwd/lib/File/Spec/Cygwin.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/Epoc.pm [moved from ext/Cwd/lib/File/Spec/Epoc.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/Functions.pm [moved from ext/Cwd/lib/File/Spec/Functions.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/Mac.pm [moved from ext/Cwd/lib/File/Spec/Mac.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/OS2.pm [moved from ext/Cwd/lib/File/Spec/OS2.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/Unix.pm [moved from ext/Cwd/lib/File/Spec/Unix.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/VMS.pm [moved from ext/Cwd/lib/File/Spec/VMS.pm with 100% similarity]
cpan/Cwd/lib/File/Spec/Win32.pm [moved from ext/Cwd/lib/File/Spec/Win32.pm with 100% similarity]
cpan/Cwd/t/Functions.t [moved from ext/Cwd/t/Functions.t with 100% similarity]
cpan/Cwd/t/Spec.t [moved from ext/Cwd/t/Spec.t with 100% similarity]
cpan/Cwd/t/crossplatform.t [moved from ext/Cwd/t/crossplatform.t with 100% similarity]
cpan/Cwd/t/cwd.t [moved from ext/Cwd/t/cwd.t with 100% similarity]
cpan/Cwd/t/rel2abs2rel.t [moved from ext/Cwd/t/rel2abs2rel.t with 100% similarity]
cpan/Cwd/t/taint.t [moved from ext/Cwd/t/taint.t with 100% similarity]
cpan/Cwd/t/tmpdir.t [moved from ext/Cwd/t/tmpdir.t with 100% similarity]
cpan/Cwd/t/win32.t [moved from ext/Cwd/t/win32.t with 100% similarity]
hints/qnx.sh
hints/uwin.sh
make_ext.pl
vms/descrip_mms.template
win32/Makefile
win32/makefile.mk
win32/pod.mak

index c6ca513..1112c27 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -273,6 +273,27 @@ cpan/CPAN/t/02nox.t                See if CPAN::Nox works
 cpan/CPAN/t/03pkgs.t           See if CPAN::Version works
 cpan/CPAN/t/10version.t                See if CPAN the module works
 cpan/CPAN/t/11mirroredby.t             See if CPAN::Mirrored::By works
+cpan/Cwd/Changes                       Cwd extension Changelog
+cpan/Cwd/Cwd.pm                                Various cwd routines (getcwd, fastcwd, chdir)
+cpan/Cwd/Cwd.xs                                Cwd extension external subroutines
+cpan/Cwd/lib/File/Spec/Cygwin.pm       portable operations on Cygwin file names
+cpan/Cwd/lib/File/Spec/Epoc.pm         portable operations on EPOC file names
+cpan/Cwd/lib/File/Spec/Functions.pm    Function interface to File::Spec object methods
+cpan/Cwd/lib/File/Spec/Mac.pm          portable operations on Mac file names
+cpan/Cwd/lib/File/Spec/OS2.pm          portable operations on OS2 file names
+cpan/Cwd/lib/File/Spec.pm              portable operations on file names
+cpan/Cwd/lib/File/Spec/Unix.pm         portable operations on Unix file names
+cpan/Cwd/lib/File/Spec/VMS.pm          portable operations on VMS file names
+cpan/Cwd/lib/File/Spec/Win32.pm                portable operations on Win32 and NetWare file names
+cpan/Cwd/Makefile.PL                   Cwd extension makefile maker
+cpan/Cwd/t/crossplatform.t             See if File::Spec works crossplatform
+cpan/Cwd/t/cwd.t                       See if Cwd works
+cpan/Cwd/t/Functions.t                 See if File::Spec::Functions works
+cpan/Cwd/t/rel2abs2rel.t               See if File::Spec->rel2abs/abs2rel works
+cpan/Cwd/t/Spec.t                      See if File::Spec works
+cpan/Cwd/t/taint.t                     See if Cwd works with taint
+cpan/Cwd/t/tmpdir.t                    See if File::Spec->tmpdir() works
+cpan/Cwd/t/win32.t                     See if Cwd works on Win32
 cpan/DB_File/Changes           Berkeley DB extension change log
 cpan/DB_File/config.in         Part of Berkeley DB configuration
 cpan/DB_File/DB_File_BS                Berkeley DB extension mkbootstrap fodder
@@ -1238,27 +1259,6 @@ ext/Compress-Raw-Zlib/zlib-src/zutil.h   Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/Zlib.xs          Compress::Raw::Zlib
 ext/constant/lib/constant.pm   For "use constant"
 ext/constant/t/constant.t      See if compile-time constants work
-ext/Cwd/Changes                                Cwd extension Changelog
-ext/Cwd/Cwd.pm                         Various cwd routines (getcwd, fastcwd, chdir)
-ext/Cwd/Cwd.xs                         Cwd extension external subroutines
-ext/Cwd/lib/File/Spec/Cygwin.pm                portable operations on Cygwin file names
-ext/Cwd/lib/File/Spec/Epoc.pm          portable operations on EPOC file names
-ext/Cwd/lib/File/Spec/Functions.pm     Function interface to File::Spec object methods
-ext/Cwd/lib/File/Spec/Mac.pm           portable operations on Mac file names
-ext/Cwd/lib/File/Spec/OS2.pm           portable operations on OS2 file names
-ext/Cwd/lib/File/Spec.pm               portable operations on file names
-ext/Cwd/lib/File/Spec/Unix.pm          portable operations on Unix file names
-ext/Cwd/lib/File/Spec/VMS.pm           portable operations on VMS file names
-ext/Cwd/lib/File/Spec/Win32.pm         portable operations on Win32 and NetWare file names
-ext/Cwd/Makefile.PL                    Cwd extension makefile maker
-ext/Cwd/t/crossplatform.t              See if File::Spec works crossplatform
-ext/Cwd/t/cwd.t                                See if Cwd works
-ext/Cwd/t/Functions.t                  See if File::Spec::Functions works
-ext/Cwd/t/rel2abs2rel.t                        See if File::Spec->rel2abs/abs2rel works
-ext/Cwd/t/Spec.t                       See if File::Spec works
-ext/Cwd/t/taint.t                      See if Cwd works with taint
-ext/Cwd/t/tmpdir.t                     See if File::Spec->tmpdir() works
-ext/Cwd/t/win32.t                      See if Cwd works on Win32
 ext/Data-Dumper/Changes                Data pretty printer, changelog
 ext/Data-Dumper/Dumper.pm      Data pretty printer, module
 ext/Data-Dumper/Dumper.xs      Data pretty printer, externals
index df87748..7e6a099 100644 (file)
@@ -477,7 +477,7 @@ obj = $(ndt_obj) $(DTRACE_O)
 perltoc_pod_prereqs = extra.pods pod/perlapi.pod pod/perldelta.pod pod/perlintern.pod pod/perlmodlib.pod
 generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
 
-Icwd = -Iext/Cwd -Iext/Cwd/lib
+Icwd = -Icpan/Cwd -Icpan/Cwd/lib
 
 lintflags = \
     -b \
index 6f7bf21..db85062 100755 (executable)
@@ -1118,7 +1118,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'kwilliams',
        'DISTRIBUTION'  => 'SMUELLER/PathTools-3.30_01.tar.gz',
-       'FILES'         => q[ext/Cwd],
+       'FILES'         => q[cpan/Cwd],
        # XXX note that the CPAN and blead Makefile.PL are totally
        # unrelated. The blead one is described as 'core-only'.
        # Perhaps after the big lib/ => ext/ migration it will be possible
index e75d364..3933e56 100644 (file)
@@ -566,7 +566,7 @@ be kept as clean as possible.
   pod/perltoc.pod pod.lst Porting/Glossary pod/perlrepository.pod
   Porting/checkAUTHORS.pl
   ext/Compress-Raw-Zlib/Changes ext/Compress-Raw-Zlib/README
-  ext/Compress-Zlib/Changes ext/Cwd/Changes ext/DB_File/Changes
+  ext/Compress-Zlib/Changes cpan/Cwd/Changes ext/DB_File/Changes
   ext/Encode/Changes ext/Sys-Syslog/Changes ext/Time-HiRes/Changes
   ext/Win32API-File/Changes lib/CGI/Changes lib/ExtUtils/CBuilder/Changes
   lib/ExtUtils/Changes lib/ExtUtils/NOTES lib/ExtUtils/PATCHING
@@ -715,7 +715,7 @@ be kept as clean as possible.
 =item Perl Module Tests
 
   ext/Compress-Zlib/t/14gzopen.t
-  ext/Cwd/t/cwd.t
+  cpan/Cwd/t/cwd.t
   ext/DB_File/t/db-btree.t
   ext/DB_File/t/db-hash.t
   ext/DB_File/t/db-recno.t
index 5951810..0ad269a 100644 (file)
@@ -86,7 +86,7 @@ they both point to the correct library, that is,
 
 The following tests may report errors under QNX4:
 
-ext/Cwd/Cwd.t will complain if `pwd` and cwd don't give
+cpan/Cwd/Cwd.t will complain if `pwd` and cwd don't give
 the same results. cwd calls `fullpath -t`, so if you
 cd `fullpath -t` before running the test, it will
 pass.
similarity index 100%
rename from ext/Cwd/Changes
rename to cpan/Cwd/Changes
similarity index 100%
rename from ext/Cwd/Cwd.pm
rename to cpan/Cwd/Cwd.pm
similarity index 100%
rename from ext/Cwd/Cwd.xs
rename to cpan/Cwd/Cwd.xs
similarity index 100%
rename from ext/Cwd/Makefile.PL
rename to cpan/Cwd/Makefile.PL
similarity index 100%
rename from ext/Cwd/t/Functions.t
rename to cpan/Cwd/t/Functions.t
similarity index 100%
rename from ext/Cwd/t/Spec.t
rename to cpan/Cwd/t/Spec.t
similarity index 100%
rename from ext/Cwd/t/cwd.t
rename to cpan/Cwd/t/cwd.t
similarity index 100%
rename from ext/Cwd/t/taint.t
rename to cpan/Cwd/t/taint.t
similarity index 100%
rename from ext/Cwd/t/tmpdir.t
rename to cpan/Cwd/t/tmpdir.t
similarity index 100%
rename from ext/Cwd/t/win32.t
rename to cpan/Cwd/t/win32.t
index 473815c..f7f8053 100644 (file)
@@ -55,7 +55,7 @@
 #   they both point to the correct library, that is,
 #   /usr/tcptk/current/usr/lib/socket3r.lib.
 # 
-#   ext/Cwd/Cwd.t will complain if `pwd` and cwd don't give
+#   cpan/Cwd/Cwd.t will complain if `pwd` and cwd don't give
 #   the same results. cwd calls `fullpath -t`, so if you
 #   cd `fullpath -t` before running the test, it will
 #   pass.
index 5e50179..b73b305 100644 (file)
@@ -123,7 +123,7 @@ usevfork=false
 
 #          got: '/E/users/jpl/src/cmd/perl/t'
 #     expected: '/e/users/jpl/src/cmd/perl/t'
-#     Failed test (../ext/Cwd/t/cwd.t at line 88)
+#     Failed test (../cpan/Cwd/t/cwd.t at line 88)
 
 # when running tests under harness, try the simple expedient of
 # changing to directory
index c6c6378..6779b44 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use Config;
 BEGIN {
-    unshift @INC, $^O eq 'MSWin32' ? '../ext/Cwd' : 'ext/Cwd';
+    unshift @INC, $^O eq 'MSWin32' ? '../cpan/Cwd' : 'cpan/Cwd';
 }
 use Cwd;
 
@@ -14,7 +14,8 @@ use Cwd;
 # After which, all nonxs modules are in lib, which was always sufficient to
 # allow miniperl to build everything else.
 
-my @toolchain = qw(ext/constant/lib ext/Cwd ext/Cwd/lib ext/ExtUtils-Command/lib
+my @toolchain = qw(ext/constant/lib cpan/Cwd cpan/Cwd/lib
+                  ext/ExtUtils-Command/lib
                   ext/ExtUtils-Install/lib ext/ExtUtils-MakeMaker/lib
                   ext/ExtUtils-Manifest/lib ext/Text-ParseWords/lib
                   cpan/File-Path/lib cpan/AutoLoader/lib);
index b4e1478..d231e3c 100644 (file)
@@ -241,7 +241,7 @@ NOOP = continue
 # Macros to invoke a copy of miniperl during the build.  Targets which
 # are built using these macros should depend on $(MINIPERL_EXE)
 MINIPERL_EXE = Sys$Disk:[]miniperl$(E)
-MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" "-I[.ext.Cwd]" "-I[.ext.Cwd.lib]"
+MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" "-I[.cpan.Cwd]" "-I[.cpan.Cwd.lib]"
 MINIPERLQ = MCR $(MINIPERL_EXE) ""-I[.lib]""
 XSUBPP = $(MINIPERL) "-I[.ext.re]" [.lib.extutils]xsubpp -noprototypes
 # Macro to invoke a preexisting copy of Perl.  This is used to regenerate
index cdcc653..3459014 100644 (file)
@@ -825,7 +825,7 @@ CFG_VARS    =                                       \
                "LINK_FLAGS=$(LINK_FLAGS:"=\")"         \
                "optimize=$(OPTIMIZE:"=\")"
 
-ICWD = -I..\ext\Cwd -I..\ext\Cwd\lib
+ICWD = -I..\cpan\Cwd -I..\cpan\Cwd\lib
 
 #
 # Top targets
@@ -1228,7 +1228,7 @@ inst_lib : $(CONFIGPM)
 
 $(UNIDATAFILES) : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
        cd ..\lib\unicore && \
-       ..\$(MINIPERL) -I.. -I..\..\ext\Cwd\lib mktables -check $@ $(FIRSTUNIFILE)
+       ..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib mktables -check $@ $(FIRSTUNIFILE)
 
 minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES)
        $(XCOPY) $(MINIPERL) ..\t\$(NULL)
index d8c6459..3dc0fe5 100644 (file)
@@ -1015,7 +1015,7 @@ ODBCCP32_DLL = $(SystemRoot)\system32\odbccp32.dll
 ODBCCP32_DLL = $(windir)\system\odbccp32.dll
 .ENDIF
 
-ICWD = -I..\ext\Cwd -I..\ext\Cwd\lib
+ICWD = -I..\cpan\Cwd -I..\cpan\Cwd\lib
 
 #
 # Top targets
@@ -1561,7 +1561,7 @@ inst_lib : $(CONFIGPM)
 
 $(UNIDATAFILES) .UPDATEALL : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
        cd ..\lib\unicore && \
-       ..\$(MINIPERL) -I.. -I..\..\ext\Cwd\lib mktables
+       ..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib mktables
 
 minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) $(UNIDATAFILES) utils
        $(XCOPY) $(MINIPERL) ..\t\$(NULL)
index 593c701..95916c1 100644 (file)
@@ -14,7 +14,7 @@ converters: $(CONVERTERS)
 PERL = ..\miniperl.exe
 REALPERL = ..\perl.exe
 
-ICWD = -I..\ext\Cwd
+ICWD = -I..\cpan\Cwd
 
 POD = \
        perl.pod        \