This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
--
E:\new\Path-Class-0.02>perL Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Path::Class
E:\new\Path-Class-0.02>nmake test
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp lib/Path/Class.pm blib\lib\Path\Class.pm
cp lib/Path/Class/Dir.pm blib\lib\Path\Class\Dir.pm
cp lib/Path/Class/Entity.pm blib\lib\Path\Class\Entity.pm
cp lib/Path/Class/File.pm blib\lib\Path\Class\File.pm
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib\lib',
'blib\arch')" t\01-basic.t
t\01-basic....NOK 5# Test 5 got: 'dir\bar.txt' (t\01-basic.t at line 15)
# Expected: 'dir/bar.txt'
# t\01-basic.t line 15 is: ok $file2, 'dir/bar.txt';
t\01-basic....NOK 10# Test 10 got: '\tmp' (t\01-basic.t at line 24)
# Expected: '/tmp'
# t\01-basic.t line 24 is: ok $dir2, '/tmp';
t\01-basic....NOK 12# Test 12 got: 'tmp\foo' (t\01-basic.t at line 28)
# Expected: 'tmp/foo'
# t\01-basic.t line 28 is: ok $cat, 'tmp/foo';
t\01-basic....NOK 13# Test 13 got: 'tmp\foo' (t\01-basic.t at line 30)
# Expected: 'tmp/foo'
# t\01-basic.t line 30 is: ok $cat, 'tmp/foo';
t\01-basic....NOK 15# Test 15 got: '\tmp\foo' (t\01-basic.t at line 34)
# Expected: '/tmp/foo'
# t\01-basic.t line 34 is: ok $cat, '/tmp/foo';
t\01-basic....NOK 16# Test 16 got: '\tmp\foo' (t\01-basic.t at line 36)
# Expected: '/tmp/foo'
# t\01-basic.t line 36 is: ok $cat, '/tmp/foo';
t\01-basic....NOK 18# Test 18 got: '\tmp' (t\01-basic.t at line 38)
# Expected: '/tmp'
# t\01-basic.t line 38 is: ok $cat->dir, '/tmp';
t\01-basic....NOK 19# Test 19 got: '\tmp\foo' (t\01-basic.t at line 41)
# Expected: '/tmp/foo'
# t\01-basic.t line 41 is: ok $cat, '/tmp/foo';
t\01-basic....NOK 21# Test 21 got: '\foo\baz\foo' (t\01-basic.t at line 45)
# Expected: '/foo/baz/foo'
# t\01-basic.t line 45 is: ok $file, '/foo/baz/foo';
t\01-basic....NOK 22# Test 22 got: '\foo\baz' (t\01-basic.t at line 46)
# Expected: '/foo/baz'
# t\01-basic.t line 46 is: ok $file->dir, '/foo/baz';
t\01-basic....NOK 23# Test 23 got: '\foo\bar' (t\01-basic.t at line 50)
# Expected: '/foo/bar'
# t\01-basic.t line 50 is: ok $dir->parent, '/foo/bar';
t\01-basic....NOK 24# Test 24 got: '\foo' (t\01-basic.t at line 51)
# Expected: '/foo'
# t\01-basic.t line 51 is: ok $dir->parent->parent, '/foo';
t\01-basic....NOK 25# Test 25 got: '\' (t\01-basic.t at line 52)
# Expected: '/'
# t\01-basic.t line 52 is: ok $dir->parent->parent->parent, '/';
t\01-basic....NOK 26# Test 26 got: '\' (t\01-basic.t at line 53)
# Expected: '/'
# t\01-basic.t line 53 is: ok $dir->parent->parent->parent->parent, '/';
t\01-basic....NOK 27# Test 27 got: 'foo\bar' (t\01-basic.t at line 56)
# Expected: 'foo/bar'
# t\01-basic.t line 56 is: ok $dir->parent, 'foo/bar';
t\01-basic....NOK 31# Test 31 got: '..\..' (t\01-basic.t at line 60)
# Expected: '../..'
# t\01-basic.t line 60 is: ok $dir->parent->parent->parent->parent->parent, '../..';
t\01-basic....NOK 32# Test 32 got: '\' (t\01-basic.t at line 65)
# Expected: '/'
# t\01-basic.t line 65 is: ok dir(''), '/';
t\01-basic....NOK 34# Test 34 got: '\\var\tmp' (t\01-basic.t at line 67)
# Expected: '/var/tmp'
# t\01-basic.t line 67 is: ok dir('', 'var', 'tmp'), '/var/tmp';
t\01-basic....NOK 35# Test 35 got: 'E:\new\Path-Class-0.02' (t\01-basic.t at line 68)
# Expected: 'E:/new/Path-Class-0.02'
# t\01-basic.t line 68 is: ok dir()->absolute, Cwd::cwd;
t\01-basic....NOK 36# Test 36 got: 'foo\bar.txt' (t\01-basic.t at line 73)
# Expected: 'foo/bar.txt'
# t\01-basic.t line 73 is: ok $file->relative('/tmp'), 'foo/bar.txt';
t\01-basic....NOK 38# Test 38 got: 'foo\bar.txt' (t\01-basic.t at line 75)
# Expected: 'foo/bar.txt'
# t\01-basic.t line 75 is: ok $file->relative('/tmp/'), 'foo/bar.txt';
t\01-basic....FAILED tests 5, 10, 12-13, 15-16, 18-19, 21-27, 31-32, 34-36, 38
Failed 21/39 tests, 46.15% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\01-basic.t 39 21 53.85% 5 10 12-13 15-16 18-19 21-27 31-32
34-36 38
Failed 1/1 test scripts, 0.00% okay. 21/39 subtests failed, 46.15% okay.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff'
Stop.
E:\new\Path-Class-0.02>
--
Summary of my perl5 (revision 5 version 6 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
usethreads=undef use5005threads=undef useithreads=define usemultiplicity=define
useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='cl', ccflags ='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FCRYPT
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX',
optimize='-O1 -MD -DNDEBUG',
cppflags='-DWIN32'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -release -libpath:"C:/Perl\lib\CORE"
-machine:x86'
libpth="C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib" "C:\Program
Files\Microsoft
Visual Studio\VC98\lib" "C:\Perl\lib\CORE"
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib
shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib mpr.lib
winmm.lib
version.lib odbc32.lib odbccp32.lib msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib wsock32.lib
mpr.lib
winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl56.lib
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -release
-libpath:"C:/Perl\lib\CORE"
-machine:x86'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS PERL_IMPLICIT_CONTEXT
PERL_IMPLICIT_SYS
Locally applied patches:
ActivePerl Build 633
Built under MSWin32
Compiled at Jun 17 2002 21:33:05
@INC:
C:/Perl/lib
C:/Perl/site/lib
.
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com