Hi, The following is the output from dmake test on perl 5.8.8 for
Strawberry Perl:
CPAN: File::HomeDir loaded ok (v0.69)
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support enabled
Show quoted textcpan> look Getopt::Euclid
Database was generated on Mon, 23 Jun 2008 16:40:14 GMT
Updating database file ...
Gathering information from index files ...
Obtaining current state of database ...
Populating database tables ...
Done!
Running look for module 'Getopt::Euclid'
Trying to open a subshell in the build directory...
Checksum for C:\strawberry\cpan\sources\authors\id\D\DC\DCONWAY\Getopt-
Euclid-v0.2.0.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
........................................................................
....DONE
Working directory is C:\strawberry\cpan\build\Getopt-Euclid-v0.2.0-
PKQWXR
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\strawberry\cpan\build\Getopt-Euclid-v0.2.0-PKQWXR>perl -v
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to
the
Internet, point your browser at
http://www.perl.org/, the Perl Home
Page.
C:\strawberry\cpan\build\Getopt-Euclid-v0.2.0-PKQWXR>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Getopt::Euclid
C:\strawberry\cpan\build\Getopt-Euclid-v0.2.0-PKQWXR>dmake test
cp lib/Getopt/Euclid/HierDemo.pm blib\lib\Getopt\Euclid\HierDemo.pm
cp lib/Getopt/Euclid.pm blib\lib\Getopt\Euclid.pm
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-
e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.
t
t/00.load.t.......................# Testing Getopt::Euclid 0.2.0
t/00.load.t.......................ok
t/bundle.t........................ok
t/entity_angles.t.................ok
t/fail_bad_constraint.t...........ok
t/fail_bad_default.t..............ok
t/fail_minimal_clash.t............ok
t/fail_misplaced_type.t...........ok
t/fail_missing_required.t.........ok
t/fail_missing_var.t..............ok
t/fail_no_spec.t..................ok
t/fail_type.t.....................ok
t/fail_type_msg.t.................ok
t/fail_unknown_arg.t..............ok
t/fail_unknown_mode.t.............ok
t/fail_unknown_spec.t.............ok
t/fail_unknown_spec2.t............ok
t/fail_unknown_type.t.............ok
t/fail_user_constraint.t..........ok
t/fail_user_constraint_comma.t....ok
t/fail_user_constraint_type.t.....ok
t/false.t.........................ok
t/hier.t..........................ok
t/hier_export.t...................ok
t/minimal.t.......................ok
t/pod-coverage.t..................ok
t/pod.t...........................ok
t/quoted_args.t...................ok
t/regex_type.t....................ok
t/repeatable.t....................ok
t/repeated.t......................ok
t/simple.t........................ok
t/simple_shuffle.t................ok
t/vars_export.t...................ok
All tests successful.
Files=33, Tests=257, 4 wallclock secs ( 0.14 usr + 0.14 sys = 0.28
CPU)
Result: PASS