1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
C:\strawberry\cpan\build\Win32-GUI-1.06-K3b9fm>dmake test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/01_basic.t ....................... ok
t/02_constants.t ................... ok
t/02_window.t ...................... ok
t/03_button.t ...................... ok
t/04_cov.t ......................... ok
t/05_AcceleratorTable.t ............ ok
t/05_Menu.t ........................ ok
t/05_NotifyIcon_01_Constructor.t ... ok
t/05_NotifyIcon_02_Change.t ........ ok
t/05_NotifyIcon_03_OtherMethods.t .. ok
t/05_NotifyIcon_04_Remove.t ........ ok
t/05_NotifyIcon_05_DESTROY.t ....... ok
t/05_Timer_01_OEM.t ................ ok
t/05_Timer_02_NEM.t ................ ok
t/05_Timer_03_Interval.t ........... ok
t/05_Timer_04_Kill.t ............... ok
t/05_Timer_05_DESTROY.t ............ ok
t/06_Cursor.t ...................... ok
t/06_Icon.t ........................ ok
t/50_Font_GetMetrics.t ............. ok
t/50_Richedit_GetCharFormat.t ...... ok
t/97_Version.t ..................... ok
t/98_Pod.t ......................... ok
t/99_pod_coverage.t ................ ok
All tests successful.
Files=24, Tests=458, 16 wallclock secs ( 0.36 usr + 0.44 sys = 0.80 CPU)
Result: PASS
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, '..\blib\lib', '..\blib\arch')" t/*.t
t/01_load.t .......... ok
t/02_public_api.t .... ok
t/03_inline.t ........ ok
t/04_new.t ........... ok
t/05_newCursor.t ..... ok
t/06_newIcon.t ....... ok
t/98_pod.t ...........
t/98_pod.t ........... 1/1 # Failed test 'POD test for lib'
# at C:\strawberry\perl\site\lib/Test/Pod.pm line 182.
# lib does not exist
# Looks like you failed 1 test of 1.
t/98_pod.t ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/99_pod_coverage.t .. ok
Test Summary Report
-------------------
t/98_pod.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=8, Tests=32, 2 wallclock secs ( 0.11 usr + 0.25 sys = 0.36 CPU)
Result: FAIL
Failed 1/8 test programs. 1/32 subtests failed.
dmake: Error code 255, while making 'test_dynamic'
dmake: Error code 255, while making 'subdirs-test'
2011-05-30T14:19:58 GwenDragonInstallation von Win32::GUI unter Strawberry Perl 5.8.9 (32bit) unter Win 7 64bit.
2011-05-30T15:55:04 GwenDragonWie testest du denn bitte Code für das Target 5.8.x? Mit Perl 5.12 oder gar Perl 5.14?
Quotet/98_pod.t ........... skipped: Test::Pod 1.14 required for testing POD
t/99_pod_coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing PO
D coverage
2011-05-31T05:54:22 reneeAuch wenn Du das Modul jetzt mit "force" installiert hast, wäre es gut, wenn Du den Test mal einzeln laufen lässt... Häufig gibt's dann mehr Informationen.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PERL-5.8 C:\strawberry\cpan\build\Win32-GUI-1.06-UW7MrQ>dmake subdirs-test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, '..\blib\lib', '..\blib\arch')" t/*.t
t/01_load.t .......... ok
t/02_public_api.t .... ok
t/03_inline.t ........ ok
t/04_new.t ........... ok
t/05_newCursor.t ..... ok
t/06_newIcon.t ....... ok
t/98_pod.t ...........
t/98_pod.t ........... 1/1 # Failed test 'POD test for lib'
# at C:\strawberry\perl\site\lib/Test/Pod.pm line 182.
# lib does not exist
# Looks like you failed 1 test of 1.
t/98_pod.t ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/99_pod_coverage.t .. ok
Test Summary Report
-------------------
t/98_pod.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=8, Tests=32, 2 wallclock secs ( 0.20 usr + 0.16 sys = 0.36 CPU)
Result: FAIL
Failed 1/8 test programs. 1/32 subtests failed.
dmake: Error code 255, while making 'test_dynamic'
dmake: Error code 255, while making 'subdirs-test'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
PERL-5.8 C:\strawberry\cpan\build\Win32-GUI-1.06-UW7MrQ>dmake test_dynamic
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/01_basic.t ....................... ok
t/02_constants.t ................... ok
t/02_window.t ...................... ok
t/03_button.t ...................... ok
t/04_cov.t ......................... ok
t/05_AcceleratorTable.t ............ ok
t/05_Menu.t ........................ ok
t/05_NotifyIcon_01_Constructor.t ... ok
t/05_NotifyIcon_02_Change.t ........ ok
t/05_NotifyIcon_03_OtherMethods.t .. ok
t/05_NotifyIcon_04_Remove.t ........ ok
t/05_NotifyIcon_05_DESTROY.t ....... ok
t/05_Timer_01_OEM.t ................ ok
t/05_Timer_02_NEM.t ................ ok
t/05_Timer_03_Interval.t ........... ok
t/05_Timer_04_Kill.t ............... ok
t/05_Timer_05_DESTROY.t ............ ok
t/06_Cursor.t ...................... ok
t/06_Icon.t ........................ ok
t/50_Font_GetMetrics.t ............. ok
t/50_Richedit_GetCharFormat.t ...... ok
t/97_Version.t ..................... ok
t/98_Pod.t ......................... ok
t/99_pod_coverage.t ................ ok
All tests successful.
Files=24, Tests=458, 15 wallclock secs ( 0.28 usr + 0.48 sys = 0.76 CPU)
Result: PASS
1
2
3
4
5
6
7
8
9
10
11
12
13
PERL-5.8 C:\strawberry\cpan\build\Win32-GUI-1.06-UW7MrQ>C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "
test_harness(0, 'blib\lib', 'blib\arch')" t\98_Pod.t
t\98_Pod.t .. ok
All tests successful.
Files=1, Tests=127, 2 wallclock secs ( 0.08 usr + 0.08 sys = 0.16 CPU)
Result: PASS
PERL-5.8 C:\strawberry\cpan\build\Win32-GUI-1.06-UW7MrQ>C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "
test_harness(0, '..\blib\lib', '..\blib\arch')" t\98_Pod.t
t\98_Pod.t .. ok
All tests successful.
Files=1, Tests=127, 2 wallclock secs ( 0.06 usr + 0.11 sys = 0.17 CPU)
Result: PASS