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
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
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 \
{
'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
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
=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
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.
# 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.
# 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
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;
# 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);
# 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
"LINK_FLAGS=$(LINK_FLAGS:"=\")" \
"optimize=$(OPTIMIZE:"=\")"
-ICWD = -I..\ext\Cwd -I..\ext\Cwd\lib
+ICWD = -I..\cpan\Cwd -I..\cpan\Cwd\lib
#
# Top targets
$(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)
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
$(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)
PERL = ..\miniperl.exe
REALPERL = ..\perl.exe
-ICWD = -I..\ext\Cwd
+ICWD = -I..\cpan\Cwd
POD = \
perl.pod \