Start 2010-06-30T15:40:41 ActivePerl-1003 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/cpanfly/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Tue, 29 Jun 2010 21:27:02 GMT Running make for L/LA/LAMPRECHT/Tk-EntrySet-0.10.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/L/LA/LAMPRECHT/Tk-EntrySet-0.10.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/L/LA/LAMPRECHT/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\L\LA\LAMPRECHT\Tk-EntrySet-0.10.tar.gz ok Will not use Archive::Tar, need 1.00 Tk-EntrySet-0.10/ Tk-EntrySet-0.10/examples/ Tk-EntrySet-0.10/examples/choices_set.pl Tk-EntrySet-0.10/examples/matching_be.pl Tk-EntrySet-0.10/META.yml Tk-EntrySet-0.10/Makefile.PL Tk-EntrySet-0.10/lib/ Tk-EntrySet-0.10/lib/Tk/ Tk-EntrySet-0.10/lib/Tk/EntrySet.pm Tk-EntrySet-0.10/lib/Tk/MatchingBE.pm Tk-EntrySet-0.10/lib/Tk/ChoicesSet.pm Tk-EntrySet-0.10/Changes Tk-EntrySet-0.10/MANIFEST Tk-EntrySet-0.10/t/ Tk-EntrySet-0.10/t/matching_be.t Tk-EntrySet-0.10/t/pod.t Tk-EntrySet-0.10/t/choices_set.t Tk-EntrySet-0.10/README CPAN.pm: Going to build L/LA/LAMPRECHT/Tk-EntrySet-0.10.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Tk::EntrySet >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Tk/EntrySet.pm blib\lib\Tk\EntrySet.pm cp lib/Tk/MatchingBE.pm blib\lib\Tk\MatchingBE.pm cp lib/Tk/ChoicesSet.pm blib\lib\Tk\ChoicesSet.pm LAMPRECHT/Tk-EntrySet-0.10.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/choices_set.t .. 1..22 ok 1 - use Tk; ok 2 - require Tk::EntrySet; ok 3 - require Tk::ChoicesSet; ok 4 - Tk::ChoicesSet instance creation isa Tk::ChoicesSet ok 5 - Setting choices ok 6 - Setting/getting labels_and_values ok 7 - getting labels ok 8 - -valuelist_variable tie ok 9 - read tied variable ok 10 - write tied variable ok 11 - Additional MBE tests # TODO three tests that depend on eventGenerate might fail ok 12 - MBE get_selected_value # TODO three tests that depend on eventGenerate might fail ok 13 - No Match: MBE value set to undef # TODO three tests that depend on eventGenerate might fail ok 14 - Tk::EntrySet instance creation isa Tk::EntrySet ok 15 - get/set EntrySet valuelist ok 16 - calling -changed_command Callback # TODO test for -changed_command depends on eventGenerate and might fail ok 17 - Entryset instantiation with valuelist option set ok 18 - Entryset instantiation with valuelist and valuelist_variable set ok 19 - assignment of valuelist_variable after EntrySet->destroy: ok 20 - ChoicesSet instantiation with valuelist option set ok 21 - ChoicesSet instantiation with valuelist and valuelist_variable option set ok 22 - Should create 4 Entries for 3 values ok t/matching_be.t .. 1..40 ok 1 - use Tk; ok 2 - require Tk::EntrySet; ok 3 - require Tk::ChoicesSet; ok 4 - MatchingBE creation isa Tk::MatchingBE ok 5 - getting/setting -choices ok 6 - initial value undef ok 7 - empty entry if value not set ok 8 - get_selected_index with -choices ok 9 - get_selected_value with -choices ok 10 - entry reflects selected value with -choices ok 11 - reconfiguring -choices clears entry ok 12 - reconfiguring -choices clears selected_value ok 13 - reconfiguring -choices clears selected_index ok 14 - can not configure -value_variable unless using labels_and_values ok 15 - instance creation with -labels_and_values given: ok 16 - get/set labels_and_values not ok 17 - selected first item per EventGen. get_selected_value # TODO tests that depend on eventGenerate might fail # Failed (TODO) test 'selected first item per EventGen. get_selected_value' # at t/matching_be.t line 88. # got: undef # expected: '1' not ok 18 - selected first item get_selected_label # TODO tests that depend on eventGenerate might fail # Failed (TODO) test 'selected first item get_selected_label' # at t/matching_be.t line 90. # got: undef # expected: 'first' not ok 19 - pressing non matching key does not change selection # TODO tests that depend on eventGenerate might fail # Failed (TODO) test 'pressing non matching key does not change selection' # at t/matching_be.t line 96. # got: undef # expected: '1' ok 20 - set_selected_value ok 21 - entry content reflects selected_value ok 22 - can't set_selected_value to non existing value ok 23 - failed attempt to set_selected_value does not change MBE state ok 24 - failed attempt to set_selected_val does not change entry content ok 25 - can set_selected_value to undef ok 26 - empty entry in case of selected_value->undef ok 27 - -value_variablereference correct ok 28 - reading value_variable ok 29 - writing value_variable ok 30 - reconfiguring -labels_and_values clears selected_value ok 31 - reconfiguring -labels_and_values clears selected_label ok 32 - reconfiguring -labels_and_values clears entry ok 33 - value_variable has been untied during destroy ok 34 - instantiation with -labels_and_values and value_variable set ok 35 - value properly initialized during _value_variable tie ok 36 - entry reflects selected label ok 37 - val_variable has same value (undef) after tie ok 38 - empty Entry if valiue_variable set to undef ok 39 - won't accept -labels_and_values with non unique values ok 40 - can't set_selected_value unless -labels_and_values has been set. ok t/pod.t .......... 1..3 ok 1 - POD test for blib\lib\Tk\ChoicesSet.pm ok 2 - POD test for blib\lib\Tk\EntrySet.pm ok 3 - POD test for blib\lib\Tk\MatchingBE.pm ok All tests successful. Test Summary Report ------------------- t/choices_set.t (Wstat: 0 Tests: 22 Failed: 0) TODO passed: 11-13, 16 Files=3, Tests=65, 3 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Result: PASS LAMPRECHT/Tk-EntrySet-0.10.tar.gz nmake test TEST_VERBOSE=1 -- OK Lamprecht Christoph <lamprecht@cpan.org> display/edit a list of values in a Set of Widgets. >>> (cd C:\cpanfly\var\cpan\build\Tk-EntrySet-0.10-bdYQb7 && tar cvf - Tk-EntrySet-0.10.ppd blib) | gzip -c >C:/cpanfly/var/REPO/L/LA/LAMPRECHT/Tk-EntrySet-0.10.tar.gz Tk-EntrySet-0.10.ppd blib/ blib/lib/ blib/lib/Tk/ blib/lib/Tk/ChoicesSet.pm blib/lib/Tk/EntrySet.pm blib/lib/Tk/MatchingBE.pm >>> mv C:\cpanfly\var\cpan\build\Tk-EntrySet-0.10-bdYQb7/Tk-EntrySet-0.10.ppd C:/cpanfly/var/REPO/L/LA/LAMPRECHT Finished 2010-06-30T15:40:48