Michael G Schwern wrote:
Now I'm going through and tearing out all the redundancies caused by this as I can. I'm probably going to break something on nmake and VMS in the process. So I need testers.
Perl 5.8.5 on Windows2000, built using MinGW (gcc) and dmake. Not exactly either 'nmake' or 'VMS', but I wanted to see just for my own (and your) peace of mind. Running 'dmake test' produces:
D:\comp58_M\trunk>dmake test
D:\perl58_M\5.8.5\bin\perl.exe -MExtUtils::Command -e cp bin/instmodsh blib\script\instmodsh
pl2bat.bat blib\script\instmodsh
D:\perl58_M\5.8.5\bin\perl.exe "-Ilib" "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\00compile.t t\backwards.t t\basic.t t\bytes.t t\Command.t t\dir_target.t t\hints.t t\INST.t t\INST_PREFIX.t t\Install.t t\Installed.t t\Liblist.t t\Manifest.t t\Mkbootstrap.t t\MM_Any.t t\MM_BeOS.t t\MM_Cygwin.t t\MM_NW5.t t\MM_OS2.t t\MM_Unix.t t\MM_VMS.t t\MM_Win32.t t\oneliner.t t\Packlist.t t\parse_version.t t\postamble.t t\prefixify.t t\prereq_print.t t\problems.t t\prompt.t t\recurs.t t\split_command.t t\testlib.t t\VERSION_FROM.t t\vmsish.t t\writemakefile_args.t
t\00compile.............ok
28/56 skipped: Test::Pod not installed
t\backwards.............ok
t\basic.................dmake.exe: makefile: line 682: Warning -- Macro `TEST_VERBOSE' cannot be redefined
dmake.exe: makefile: line 73: Warning -- Macro `PREFIX' cannot be redefined
dmake.exe: makefile: line 72: Warning -- Macro `DESTDIR' cannot be redefined
dmake.exe: makefile: line 73: Warning -- Macro `PREFIX' cannot be redefined
dmake.exe: makefile: line 72: Warning -- Macro `DESTDIR' cannot be redefined
dmake.exe: makefile: line 73: Warning -- Macro `PREFIX' cannot be redefined
ok
t\bytes.................ok
t\Command...............ok
7/38 skipped: different file permission semantics on MSWin32
t\dir_target............ok
t\hints.................ok
t\INST..................ok
t\INST_PREFIX...........ok
7/52 skipped: various reasons
t\Install...............ok
t\Installed.............ok
t\Liblist...............ok
t\Manifest..............ok
t\Mkbootstrap...........ok
t\MM_Any................ok
t\MM_BeOS...............skipped
all skipped: This is not BeOS
t\MM_Cygwin.............skipped
all skipped: This is not cygwin
t\MM_NW5................skipped
all skipped: This is not NW5
t\MM_OS2................skipped
all skipped: This is not OS/2
t\MM_Unix...............skipped
all skipped: Non-Unix platform
t\MM_VMS................skipped
all skipped: This is not VMS
t\MM_Win32..............ok
t\oneliner..............ok
t\Packlist..............ok
t\parse_version.........ok
t\postamble.............ok
t\prefixify.............ok
t\prereq_print..........ok
t\problems..............ok
t\prompt................ok
t\recurs................ok
t\split_command.........ok
t\testlib...............ok
t\VERSION_FROM..........ok
t\vmsish................ok
t\writemakefile_args....ok
All tests successful, 6 tests and 42 subtests skipped.
Files=36, Tests=602, 41 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Let me know if there was something else you wanted done.
Cheers, Rob
