Skip to content

Commit 2a6dc37

Browse files
committedJul 24, 2010
Move PathTools from cpan/ to dist/
1 parent 52a9a86 commit 2a6dc37

34 files changed

+55
-54
lines changed
 

‎MANIFEST

+20-20
Original file line numberDiff line numberDiff line change
@@ -438,26 +438,6 @@ cpan/CPAN/t/02nox.t See if CPAN::Nox works
438438
cpan/CPAN/t/03pkgs.t See if CPAN::Version works
439439
cpan/CPAN/t/10version.t See if CPAN the module works
440440
cpan/CPAN/t/11mirroredby.t See if CPAN::Mirrored::By works
441-
cpan/Cwd/Changes Cwd extension Changelog
442-
cpan/Cwd/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
443-
cpan/Cwd/Cwd.xs Cwd extension external subroutines
444-
cpan/Cwd/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names
445-
cpan/Cwd/lib/File/Spec/Epoc.pm portable operations on EPOC file names
446-
cpan/Cwd/lib/File/Spec/Functions.pm Function interface to File::Spec object methods
447-
cpan/Cwd/lib/File/Spec/Mac.pm portable operations on Mac file names
448-
cpan/Cwd/lib/File/Spec/OS2.pm portable operations on OS2 file names
449-
cpan/Cwd/lib/File/Spec.pm portable operations on file names
450-
cpan/Cwd/lib/File/Spec/Unix.pm portable operations on Unix file names
451-
cpan/Cwd/lib/File/Spec/VMS.pm portable operations on VMS file names
452-
cpan/Cwd/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names
453-
cpan/Cwd/t/crossplatform.t See if File::Spec works crossplatform
454-
cpan/Cwd/t/cwd.t See if Cwd works
455-
cpan/Cwd/t/Functions.t See if File::Spec::Functions works
456-
cpan/Cwd/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works
457-
cpan/Cwd/t/Spec.t See if File::Spec works
458-
cpan/Cwd/t/taint.t See if Cwd works with taint
459-
cpan/Cwd/t/tmpdir.t See if File::Spec->tmpdir() works
460-
cpan/Cwd/t/win32.t See if Cwd works on Win32
461441
cpan/DB_File/Changes Berkeley DB extension change log
462442
cpan/DB_File/config.in Part of Berkeley DB configuration
463443
cpan/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
@@ -2635,6 +2615,26 @@ dist/B-Deparse/Deparse.pm Compiler Deparse backend
26352615
dist/B-Deparse/t/deparse.t See if B::Deparse works
26362616
dist/constant/lib/constant.pm For "use constant"
26372617
dist/constant/t/constant.t See if compile-time constants work
2618+
dist/Cwd/Changes Cwd extension Changelog
2619+
dist/Cwd/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
2620+
dist/Cwd/Cwd.xs Cwd extension external subroutines
2621+
dist/Cwd/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names
2622+
dist/Cwd/lib/File/Spec/Epoc.pm portable operations on EPOC file names
2623+
dist/Cwd/lib/File/Spec/Functions.pm Function interface to File::Spec object methods
2624+
dist/Cwd/lib/File/Spec/Mac.pm portable operations on Mac file names
2625+
dist/Cwd/lib/File/Spec/OS2.pm portable operations on OS2 file names
2626+
dist/Cwd/lib/File/Spec.pm portable operations on file names
2627+
dist/Cwd/lib/File/Spec/Unix.pm portable operations on Unix file names
2628+
dist/Cwd/lib/File/Spec/VMS.pm portable operations on VMS file names
2629+
dist/Cwd/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names
2630+
dist/Cwd/t/crossplatform.t See if File::Spec works crossplatform
2631+
dist/Cwd/t/cwd.t See if Cwd works
2632+
dist/Cwd/t/Functions.t See if File::Spec::Functions works
2633+
dist/Cwd/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works
2634+
dist/Cwd/t/Spec.t See if File::Spec works
2635+
dist/Cwd/t/taint.t See if Cwd works with taint
2636+
dist/Cwd/t/tmpdir.t See if File::Spec->tmpdir() works
2637+
dist/Cwd/t/win32.t See if Cwd works on Win32
26382638
dist/Data-Dumper/Changes Data pretty printer, changelog
26392639
dist/Data-Dumper/Dumper.pm Data pretty printer, module
26402640
dist/Data-Dumper/Dumper.xs Data pretty printer, externals

‎Makefile.SH

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ obj = $(ndt_obj) $(DTRACE_O)
484484
perltoc_pod_prereqs = extra.pods pod/perlapi.pod pod/perldelta.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
485485
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
486486
487-
Icwd = -Icpan/Cwd -Icpan/Cwd/lib
487+
Icwd = -Idist/Cwd -Idist/Cwd/lib
488488
489489
lintflags = \
490490
-b \

‎Porting/Maintainers.pl

+7-6
Original file line numberDiff line numberDiff line change
@@ -1060,13 +1060,14 @@ package Maintainers;
10601060
'PathTools' =>
10611061
{
10621062
'MAINTAINER' => 'kwilliams',
1063-
'DISTRIBUTION' => 'SMUELLER/PathTools-3.31.tar.gz',
1064-
'FILES' => q[cpan/Cwd],
1063+
'DISTRIBUTION' => 'SMUELLER/PathTools-3.31_02.tar.gz',
1064+
'FILES' => q[dist/Cwd],
10651065
'EXCLUDED' => [ qr{^t/lib/Test/} ],
1066-
'UPSTREAM' => "cpan",
1067-
# NOTE: PathTools is in cpan/Cwd/ because it contains Cwd.xs and
1068-
# something, possibly Makefile.SH, makes an assumption that the
1069-
# leafname of some file corresponds with the pathname of the directory.
1066+
'UPSTREAM' => "blead",
1067+
# NOTE: PathTools is in dist/Cwd/ instead of dist/PathTools because it
1068+
# contains Cwd.xs and something, possibly Makefile.SH, makes an assumption
1069+
# that the leafname of some file corresponds with the pathname of the
1070+
# directory.
10701071
},
10711072

10721073
'perlebcdic' =>

‎README.cygwin

+10-10
Original file line numberDiff line numberDiff line change
@@ -565,15 +565,15 @@ be kept as clean as possible.
565565
pod/perl590delta.pod pod/perlhist.pod pod/perlmodlib.pod
566566
pod/perltoc.pod pod.lst Porting/Glossary pod/perlrepository.pod
567567
Porting/checkAUTHORS.pl
568-
ext/Compress-Raw-Zlib/Changes ext/Compress-Raw-Zlib/README
569-
ext/Compress-Zlib/Changes cpan/Cwd/Changes ext/DB_File/Changes
570-
ext/Encode/Changes ext/Sys-Syslog/Changes ext/Time-HiRes/Changes
571-
ext/Win32API-File/Changes lib/CGI/Changes lib/ExtUtils/CBuilder/Changes
572-
lib/ExtUtils/Changes lib/ExtUtils/NOTES lib/ExtUtils/PATCHING
573-
lib/ExtUtils/README lib/Module/Build/Changes lib/Net/Ping/Changes
574-
lib/Test/Harness/Changes
575-
lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
576-
README.symbian symbian/TODO
568+
dist/Cwd/Changes ext/Compress-Raw-Zlib/Changes
569+
ext/Compress-Raw-Zlib/README ext/Compress-Zlib/Changes
570+
ext/DB_File/Changes ext/Encode/Changes ext/Sys-Syslog/Changes
571+
ext/Time-HiRes/Changes ext/Win32API-File/Changes lib/CGI/Changes
572+
lib/ExtUtils/CBuilder/Changes lib/ExtUtils/Changes lib/ExtUtils/NOTES
573+
lib/ExtUtils/PATCHING lib/ExtUtils/README lib/Module/Build/Changes
574+
lib/Net/Ping/Changes lib/Test/Harness/Changes
575+
lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README README.symbian
576+
symbian/TODO
577577

578578
=item Build, Configure, Make, Install
579579

@@ -714,8 +714,8 @@ be kept as clean as possible.
714714

715715
=item Perl Module Tests
716716

717+
dist/Cwd/t/cwd.t
717718
ext/Compress-Zlib/t/14gzopen.t
718-
cpan/Cwd/t/cwd.t
719719
ext/DB_File/t/db-btree.t
720720
ext/DB_File/t/db-hash.t
721721
ext/DB_File/t/db-recno.t

‎README.qnx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ they both point to the correct library, that is,
8686

8787
The following tests may report errors under QNX4:
8888

89-
cpan/Cwd/Cwd.t will complain if `pwd` and cwd don't give
89+
dist/Cwd/Cwd.t will complain if `pwd` and cwd don't give
9090
the same results. cwd calls `fullpath -t`, so if you
9191
cd `fullpath -t` before running the test, it will
9292
pass.

‎cpan/Cwd/Changes ‎dist/Cwd/Changes

File renamed without changes.

‎cpan/Cwd/Cwd.pm ‎dist/Cwd/Cwd.pm

File renamed without changes.

‎cpan/Cwd/Cwd.xs ‎dist/Cwd/Cwd.xs

File renamed without changes.

‎cpan/Cwd/lib/File/Spec.pm ‎dist/Cwd/lib/File/Spec.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The results can be passed to L</catpath()> to get back a path equivalent to
214214
=item splitdir
215215
X<splitdir> X<split, dir>
216216
217-
The opposite of L</catdir()>.
217+
The opposite of L</catdir>.
218218
219219
@dirs = File::Spec->splitdir( $directories );
220220
@@ -289,7 +289,7 @@ On systems that have a grammar that indicates filenames, this ignores the
289289
C<$base> filename as well. Otherwise all path components are assumed to be
290290
directories.
291291
292-
If C<$path> is absolute, it is cleaned up and returned using L</canonpath()>.
292+
If C<$path> is absolute, it is cleaned up and returned using L</canonpath>.
293293
294294
No checks against the filesystem are made. On VMS, there is
295295
interaction with the working environment, as logicals and
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎cpan/Cwd/t/cwd.t ‎dist/Cwd/t/cwd.t

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎hints/qnx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# they both point to the correct library, that is,
5656
# /usr/tcptk/current/usr/lib/socket3r.lib.
5757
#
58-
# cpan/Cwd/Cwd.t will complain if `pwd` and cwd don't give
58+
# dist/Cwd/Cwd.t will complain if `pwd` and cwd don't give
5959
# the same results. cwd calls `fullpath -t`, so if you
6060
# cd `fullpath -t` before running the test, it will
6161
# pass.

‎hints/uwin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ usevfork=false
123123

124124
# got: '/E/users/jpl/src/cmd/perl/t'
125125
# expected: '/e/users/jpl/src/cmd/perl/t'
126-
# Failed test (../cpan/Cwd/t/cwd.t at line 88)
126+
# Failed test (../dist/Cwd/t/cwd.t at line 88)
127127

128128
# when running tests under harness, try the simple expedient of
129129
# changing to directory

‎make_ext.pl

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
use Config;
55
BEGIN {
66
if ($^O eq 'MSWin32') {
7-
unshift @INC, ('../cpan/Cwd', '../cpan/Cwd/lib');
7+
unshift @INC, ('../dist/Cwd', '../dist/Cwd/lib');
88
require File::Spec::Functions;
99
require FindExt;
1010
}
1111
else {
12-
unshift @INC, 'cpan/Cwd';
12+
unshift @INC, 'dist/Cwd';
1313
}
1414
}
1515
use Cwd;
@@ -28,7 +28,7 @@ BEGIN
2828
# This list cannot get any longer without overflowing the length limit for
2929
# environment variables on VMS
3030
my @toolchain = qw(cpan/AutoLoader/lib
31-
cpan/Cwd cpan/Cwd/lib
31+
dist/Cwd dist/Cwd/lib
3232
cpan/ExtUtils-Command/lib
3333
dist/ExtUtils-Install/lib
3434
cpan/ExtUtils-MakeMaker/lib

‎mkppport.lst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# This file is read by mkppport at build time.
66
#
77

8-
cpan/Cwd
98
cpan/DB_File
109
cpan/IPC-SysV
1110
cpan/Time-HiRes
1211
cpan/Win32API-File
12+
dist/Cwd

‎t/TEST

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ my %abs = (
3333
'../cpan/AutoLoader' => 1,
3434
'../cpan/CPAN' => 1,
3535
'../cpan/Class-ISA' => 1,
36-
'../cpan/Cwd' => 1,
3736
'../cpan/Devel-PPPort' => 1,
3837
'../cpan/Encode' => 1,
3938
'../cpan/ExtUtils-Command' => 1,
@@ -62,8 +61,9 @@ my %abs = (
6261
'../cpan/bignum' => 1,
6362
'../cpan/podlators' => 1,
6463
'../dist/ExtUtils-Install' => 1,
64+
'../dist/Cwd' => 1,
6565
);
66-
66+
6767
my %temp_no_core =
6868
('../cpan/B-Debug' => 1,
6969
'../cpan/Compress-Raw-Bzip2' => 1,

‎vms/descrip_mms.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ NOOP = continue
241241
# Macros to invoke a copy of miniperl during the build. Targets which
242242
# are built using these macros should depend on $(MINIPERL_EXE)
243243
MINIPERL_EXE = Sys$Disk:[]miniperl$(E)
244-
MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" "-I[.cpan.Cwd]" "-I[.cpan.Cwd.lib]"
244+
MINIPERL = MCR $(MINIPERL_EXE) "-I[.lib]" "-I[.dist.Cwd]" "-I[.dist.Cwd.lib]"
245245
MINIPERLQ = MCR $(MINIPERL_EXE) ""-I[.lib]""
246246
XSUBPP = $(MINIPERL) "-I[.ext.re]" [.lib.extutils]xsubpp -noprototypes
247247
# Macro to invoke a preexisting copy of Perl. This is used to regenerate

‎win32/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ CFG_VARS = \
807807
"LINK_FLAGS=$(LINK_FLAGS:"=\")" \
808808
"optimize=$(OPTIMIZE:"=\")"
809809

810-
ICWD = -I..\cpan\Cwd -I..\cpan\Cwd\lib
810+
ICWD = -I..\dist\Cwd -I..\dist\Cwd\lib
811811

812812
#
813813
# Top targets
@@ -1234,7 +1234,7 @@ inst_lib : $(CONFIGPM)
12341234

12351235
$(UNIDATAFILES) ..\pod\perluniprops.pod : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
12361236
cd ..\lib\unicore && \
1237-
..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib -I..\..\cpan\Cwd mktables -P ..\..\pod -maketest -makelist -p -check $@ $(FIRSTUNIFILE)
1237+
..\$(MINIPERL) -I.. -I..\..\dist\Cwd\lib -I..\..\dist\Cwd mktables -P ..\..\pod -maketest -makelist -p -check $@ $(FIRSTUNIFILE)
12381238

12391239
minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) utils $(UNIDATAFILES)
12401240
$(XCOPY) $(MINIPERL) ..\t\$(NULL)

‎win32/makefile.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ ODBCCP32_DLL = $(SystemRoot)\system32\odbccp32.dll
10411041
ODBCCP32_DLL = $(windir)\system\odbccp32.dll
10421042
.ENDIF
10431043

1044-
ICWD = -I..\cpan\Cwd -I..\cpan\Cwd\lib
1044+
ICWD = -I..\dist\Cwd -I..\dist\Cwd\lib
10451045

10461046
#
10471047
# Top targets
@@ -1611,7 +1611,7 @@ inst_lib : $(CONFIGPM)
16111611

16121612
$(UNIDATAFILES) ..\pod\perluniprops.pod .UPDATEALL : $(MINIPERL) $(CONFIGPM) ..\lib\unicore\mktables Extensions_nonxs
16131613
cd ..\lib\unicore && \
1614-
..\$(MINIPERL) -I.. -I..\..\cpan\Cwd\lib -I..\..\cpan\Cwd mktables -P ..\..\pod -maketest -makelist -p
1614+
..\$(MINIPERL) -I.. -I..\..\dist\Cwd\lib -I..\..\dist\Cwd mktables -P ..\..\pod -maketest -makelist -p
16151615

16161616
minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) $(UNIDATAFILES) utils
16171617
$(XCOPY) $(MINIPERL) ..\t\$(NULL)

‎win32/pod.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ converters: $(CONVERTERS)
1414
PERL = ..\miniperl.exe
1515
REALPERL = ..\perl.exe
1616

17-
ICWD = -I..\cpan\Cwd
17+
ICWD = -I..\dist\Cwd
1818

1919
POD = \
2020
perl.pod \

0 commit comments

Comments
 (0)
Failed to load comments.