t/01_basic.t ....................... 1..3 ok 1 - Correct OS ok 2 - Win32::GUI loaded OK ok 3 - Win32::GUI version check ok t/02_constants.t ................... 1..14 ok 1 - No warning from 'use Win32::GUI()' ok 2 - Unadorned 'use Win32::GUI' deprecated warning ok 3 - Unadorned 'use Win32::GUI 1.03' deprecated warning ok 4 - No warning from 'use Win32::GUI 1.03,''' ok 5 - CW_USEDEFAULT not defined in main package ok 6 - CW_USEDEFAULT still not defined in main package ok 7 - CW_USEDEFAULT autoloaded ok 8 - CW_USEDEFAULT defined in main package after calling it ok 9 - Win32::GUI::constant lookup OK ok 10 - Win32::GUI::constant() deprecated warning ok 11 - CW_USEDEFAULT not defined in Win32::GUI package ok 12 - Win32::GUI constant AUTOLOAD OK ok 13 - Win32::GUI constant AUTOLAD deprecated warning ok 14 - CW_USEDEFAULT defined in Win32::GUI package after calling it ok t/02_window.t ...................... 1..17 ok 1 - Win32::GUI::Window->can(...) ok 2 - The object isa Win32::GUI::Window ok 3 - Window LEFT correct ok 4 - Window TOP correct ok 5 - Window WIDTH correct ok 6 - Window HEIGHT correct ok 7 - Window TITLE correct ok 8 - Change window LEFT ok 9 - Change window TOP ok 10 - Change window WIDTH ok 11 - Change window HEIGHT ok 12 - Move window, LEFT ok 13 - Move winodw TOP ok 14 - Resize winodw WIDTH ok 15 - Resize winodw HEIGHT ok 16 - Change winodw TITLE ok 17 - Don't want warnings from constructors ok t/03_button.t ...................... 1..19 ok 1 - Win32::GUI::Window->can('AddButton') ok 2 - Win32::GUI::Button->can(...) ok 3 - $W isa Win32::GUI::Window ok 4 - $B isa Win32::GUI::Button ok 5 - $W->{TestButton} isa Win32::GUI::Button ok 6 - $W->TestButton isa Win32::GUI::Button ok 7 - Parent references Button ok 8 - button LEFT correct ok 9 - button TOP correct ok 10 - button TEXT correct ok 11 - change button LEFT ok 12 - change button TOP ok 13 - change button WIDTH ok 14 - change button HEIGHT ok 15 - resize button WIDTH ok 16 - resize button HEIGHT ok 17 - move button LEFT ok 18 - move button TOP ok 19 - change button TEXT ok t/04_cov.t ......................... ok 1 - The object isa Win32::GUI::Window ok 2 - $W->AddAnimation isa Win32::GUI::Animation ok 3 - $W->{TestAnimation} isa Win32::GUI::Animation ok 4 - Parent references Animation ok 5 - TestAnimation->DESTROY() ok 6 - $W->AddButton isa Win32::GUI::Button ok 7 - $W->{TestButton} isa Win32::GUI::Button ok 8 - Parent references Button ok 9 - TestButton->DESTROY() ok 10 - $W->AddCheckbox isa Win32::GUI::Checkbox ok 11 - $W->{TestCheckbox} isa Win32::GUI::Checkbox ok 12 - Parent references Checkbox ok 13 - TestCheckbox->DESTROY() ok 14 - $W->AddCombobox isa Win32::GUI::Combobox ok 15 - $W->{TestCombobox} isa Win32::GUI::Combobox ok 16 - Parent references Combobox ok 17 - TestCombobox->DESTROY() ok 18 - $W->AddComboboxEx isa Win32::GUI::ComboboxEx ok 19 - $W->{TestComboboxEx} isa Win32::GUI::ComboboxEx ok 20 - Parent references ComboboxEx ok 21 - TestComboboxEx->DESTROY() ok 22 - $W->AddDateTime isa Win32::GUI::DateTime ok 23 - $W->{TestDateTime} isa Win32::GUI::DateTime ok 24 - Parent references DateTime ok 25 - TestDateTime->DESTROY() ok 26 - $W->AddGraphic isa Win32::GUI::Graphic ok 27 - $W->{TestGraphic} isa Win32::GUI::Graphic ok 28 - Parent references Graphic ok 29 - TestGraphic->DESTROY() ok 30 - $W->AddGroupbox isa Win32::GUI::Groupbox ok 31 - $W->{TestGroupbox} isa Win32::GUI::Groupbox ok 32 - Parent references Groupbox ok 33 - TestGroupbox->DESTROY() ok 34 - $W->AddHeader isa Win32::GUI::Header ok 35 - $W->{TestHeader} isa Win32::GUI::Header ok 36 - Parent references Header ok 37 - TestHeader->DESTROY() ok 38 - $W->AddLabel isa Win32::GUI::Label ok 39 - $W->{TestLabel} isa Win32::GUI::Label ok 40 - Parent references Label ok 41 - TestLabel->DESTROY() ok 42 - $W->AddListView isa Win32::GUI::ListView ok 43 - $W->{TestListView} isa Win32::GUI::ListView ok 44 - Parent references ListView ok 45 - TestListView->DESTROY() ok 46 - $W->AddListbox isa Win32::GUI::Listbox ok 47 - $W->{TestListbox} isa Win32::GUI::Listbox ok 48 - Parent references Listbox ok 49 - TestListbox->DESTROY() ok 50 - TestMenu->DESTROY() ok 51 - $W->AddMonthCal isa Win32::GUI::MonthCal ok 52 - $W->{TestMonthCal} isa Win32::GUI::MonthCal ok 53 - Parent references MonthCal ok 54 - TestMonthCal->DESTROY() ok 55 - $W->AddProgressBar isa Win32::GUI::ProgressBar ok 56 - $W->{TestProgressBar} isa Win32::GUI::ProgressBar ok 57 - Parent references ProgressBar ok 58 - TestProgressBar->DESTROY() ok 59 - $W->AddRadioButton isa Win32::GUI::RadioButton ok 60 - $W->{TestRadioButton} isa Win32::GUI::RadioButton ok 61 - Parent references RadioButton ok 62 - TestRadioButton->DESTROY() ok 63 - $W->AddRebar isa Win32::GUI::Rebar ok 64 - $W->{TestRebar} isa Win32::GUI::Rebar ok 65 - Parent references Rebar ok 66 - TestRebar->DESTROY() ok 67 - $W->AddRichEdit isa Win32::GUI::RichEdit ok 68 - $W->{TestRichEdit} isa Win32::GUI::RichEdit ok 69 - Parent references RichEdit ok 70 - TestRichEdit->DESTROY() ok 71 - $W->AddSlider isa Win32::GUI::Slider ok 72 - $W->{TestSlider} isa Win32::GUI::Slider ok 73 - Parent references Slider ok 74 - TestSlider->DESTROY() ok 75 - $W->AddSplitter isa Win32::GUI::Splitter ok 76 - $W->{TestSplitter} isa Win32::GUI::Splitter ok 77 - Parent references Splitter ok 78 - TestSplitter->DESTROY() ok 79 - $W->AddStatusBar isa Win32::GUI::StatusBar ok 80 - $W->{TestStatusBar} isa Win32::GUI::StatusBar ok 81 - Parent references StatusBar ok 82 - TestStatusBar->DESTROY() ok 83 - $W->AddTabStrip isa Win32::GUI::TabStrip ok 84 - $W->{TestTabStrip} isa Win32::GUI::TabStrip ok 85 - Parent references TabStrip ok 86 - TestTabStrip->DESTROY() ok 87 - $W->AddTextfield isa Win32::GUI::Textfield ok 88 - $W->{TestTextfield} isa Win32::GUI::Textfield ok 89 - Parent references Textfield ok 90 - TestTextfield->DESTROY() ok 91 - $W->AddToolbar isa Win32::GUI::Toolbar ok 92 - $W->{TestToolbar} isa Win32::GUI::Toolbar ok 93 - Parent references Toolbar ok 94 - TestToolbar->DESTROY() ok 95 - $W->AddTrackbar isa Win32::GUI::Trackbar ok 96 - $W->{TestTrackbar} isa Win32::GUI::Trackbar ok 97 - Parent references Trackbar ok 98 - TestTrackbar->DESTROY() ok 99 - $W->AddTreeView isa Win32::GUI::TreeView ok 100 - $W->{TestTreeView} isa Win32::GUI::TreeView ok 101 - Parent references TreeView ok 102 - TestTreeView->DESTROY() ok 103 - $W->AddUpDown isa Win32::GUI::UpDown ok 104 - $W->{TestUpDown} isa Win32::GUI::UpDown ok 105 - Parent references UpDown ok 106 - TestUpDown->DESTROY() 1..106 ok t/05_AcceleratorTable.t ............ 1..4 ok 1 - $W isa Win32::GUI::Window ok 2 - new Win32::GUI::AcceleratorTable isa Win32::GUI::AcceleratorTable ok 3 - Accelerator handle stored in parent not ok 4 - Accelerator handle removed from parent # TODO Accelerator DESTROY method needs to remove accelerator from parent? # Failed (TODO) test 'Accelerator handle removed from parent' # at t/05_AcceleratorTable.t line 41. ok t/05_Menu.t ........................ 1..4 ok 1 - new Win32::GUI::Menu isa Win32::GUI::Menu ok 2 - $W isa Win32::GUI::Window ok 3 - Enabled(0) ok 4 - Checked(1) ok t/05_NotifyIcon_01_Constructor.t ... 1..16 ok 1 - SHELLDLL is set ok 2 - $W isa Win32::GUI::Window ok 3 - $W->AddNotifyIcon creates Win32::GUI::NotifyIcon object isa Win32::GUI::NotifyIcon ok 4 - $W->NI contains a Win32::GUI::NotifyIcon object isa Win32::GUI::NotifyIcon ok 5 - Parent references NotifyIcon ok 6 - NI's -id > 0 ok 7 - NI's id is stored in parent ok 8 - Timer's name is stored in parent ok 9 - NI's name is stored in timer object ok 10 - Parent's handle is stored in NI object not ok 11 - Can't test -icon option # TODO Win32::GUI::NotifyIcon - Don't know how to test -icon option # Failed (TODO) test 'Can't test -icon option' # at t/05_NotifyIcon_01_Constructor.t line 56. not ok 12 - Can't test -tip option # TODO Win32::GUI::NotifyIcon - Don't know how to test -tip option # Failed (TODO) test 'Can't test -tip option' # at t/05_NotifyIcon_01_Constructor.t line 62. ok 13 - -balloon_tip stored in object ok 14 - -balloon_title stored in object ok 15 - -balloon_icon stored in object ok 16 - -balloon_timeout stored in object ok t/05_NotifyIcon_02_Change.t ........ 1..16 ok 1 - $W isa Win32::GUI::Window ok 2 - $W->AddNotifyIcon creates Win32::GUI::NotifyIcon object isa Win32::GUI::NotifyIcon ok 3 - $W->NI contains a Win32::GUI::NotifyIcon object isa Win32::GUI::NotifyIcon ok 4 - Parent references NotifyIcon not ok 5 - Can't test -icon option # TODO Win32::GUI::NotifyIcon - Don't know how to test -icon option # Failed (TODO) test 'Can't test -icon option' # at t/05_NotifyIcon_02_Change.t line 45. not ok 6 - Can't test -tip option # TODO Win32::GUI::NotifyIcon - Don't know how to test -tip option # Failed (TODO) test 'Can't test -tip option' # at t/05_NotifyIcon_02_Change.t line 51. ok 7 - -balloon_tip stored in object ok 8 - -balloon_title stored in object ok 9 - -balloon_icon stored in object ok 10 - -balloon_timeout stored in object not ok 11 - Don't know if icon has changed # TODO Win32::GUI::NotifyIcon - Don't know how to test -icon option # Failed (TODO) test 'Don't know if icon has changed' # at t/05_NotifyIcon_02_Change.t line 65. not ok 12 - Don't know if tip has changed # TODO Win32::GUI::NotifyIcon - Don't know how to test -tip option # Failed (TODO) test 'Don't know if tip has changed' # at t/05_NotifyIcon_02_Change.t line 72. ok 13 - -balloon_tip has been changed ok 14 - -balloon_title has been changed ok 15 - -balloon_icon has been changed ok 16 - -balloon_timeout has been changed ok t/05_NotifyIcon_03_OtherMethods.t .. 1..9 ok 1 - $W isa Win32::GUI::Window ok 2 - $W->AddNotifyIcon creates Win32::GUI::NotifyIcon object isa Win32::GUI::NotifyIcon ok 3 - $W->NI contains a Win32::GUI::NotifyIcon object isa Win32::GUI::NotifyIcon ok 4 - Parent references NotifyIcon not ok 5 - Can't test $SHELLDLL_VERSION # TODO Win32::GUI::NotifyIcon Don't know how to test $SHELLDLL_VERSION # Failed (TODO) test 'Can't test $SHELLDLL_VERSION' # at t/05_NotifyIcon_03_OtherMethods.t line 45. not ok 6 - Can't test ShowBalloon # TODO Win32::GUI::NotifyIcon don't know how to test ShowBalloon() # Failed (TODO) test 'Can't test ShowBalloon' # at t/05_NotifyIcon_03_OtherMethods.t line 59. not ok 7 - Can't test HideBalloon # TODO Win32::GUI::NotifyIcon don't know how to test HideBalloon() # Failed (TODO) test 'Can't test HideBalloon' # at t/05_NotifyIcon_03_OtherMethods.t line 72. not ok 8 - Can't test SetFocus # TODO Win32::GUI::NotifyIcon don't know how to test SetFocus() # Failed (TODO) test 'Can't test SetFocus' # at t/05_NotifyIcon_03_OtherMethods.t line 85. not ok 9 - Can't test SetBehaviour # TODO Win32::GUI::NotifyIcon don't know how to test SetBehaviour() # Failed (TODO) test 'Can't test SetBehaviour' # at t/05_NotifyIcon_03_OtherMethods.t line 98. ok t/05_NotifyIcon_04_Remove.t ........ 1..9 ok 1 - $W->AddNotifyIcon creates Test::NotifyIcon object isa Test::NotifyIcon ok 2 - $W->NI contains a Test::NotifyIcon object isa Test::NotifyIcon ok 3 - NI's -id > 0 ok 4 - NI's id is stored in parent ok 5 - Timer's name is stored in parent ok 6 - DESTROY not called yet ok 7 - NI's id is removed from parent ok 8 - object reference removed from parent ok 9 - DESTROY called by Remove ok t/05_NotifyIcon_05_DESTROY.t ....... 1..13 ok 1 - $W->AddNotifyIcon creates Test::NotifyIcon object isa Test::NotifyIcon ok 2 - $W->NI contains a Test::NotifyIcon object isa Test::NotifyIcon ok 3 - DESTROY not called yet ok 4 - DESTROY not called yet ok 5 - DESTROY called when parent destroyed ok 6 - Timer's id is stored in parent ok 7 - Reference sotered in Parent ok 8 - DESTROY not called yet ok 9 - DESTROY not called yet ok 10 - DESTROY called when parent reference removed ok 11 - DESTROY() tidies parent ok 12 - DESTROY() tidies parent ok 13 - DESTROY not called when parent destroyed ok t/05_Timer_01_OEM.t ................ 1..14 ok 1 - $W isa Win32::GUI::Window ok 2 - $W->AddTimer creats Win32::GUI::Timer object isa Win32::GUI::Timer ok 3 - $W->T1 contains a Win32::GUI::Timer object isa Win32::GUI::Timer ok 4 - Parent references Timer ok 5 - timer's -id > 0 ok 6 - Timer's id is stored in parent ok 7 - Timer's name is stored in parent ok 8 - Timer's name is stored in timer object ok 9 - Parent's handle is stored in timer object ok 10 - Timer interval is stored in timer object ok 11 - Timer went off 3 times ok 12 - Timer interval(500ms) appropriate ok 13 - Timer interval(514ms) appropriate ok 14 - Timer interval(515ms) appropriate ok t/05_Timer_02_NEM.t ................ 1..16 ok 1 - $W isa Win32::GUI::Window ok 2 - $W->AddTimer creats Win32::GUI::Timer object isa Win32::GUI::Timer ok 3 - $W->T1 contains a Win32::GUI::Timer object isa Win32::GUI::Timer ok 4 - Parent references Timer ok 5 - timer's -id > 0 ok 6 - Timer's id is stored in parent ok 7 - Timer's name is stored in parent ok 8 - Timer's name is stored in timer object ok 9 - Parent's handle is stored in timer object ok 10 - Timer interval is stored in timer object ok 11 - Timer went off 3 times ok 12 - Timer interval(515ms) appropriate ok 13 - Timer interval(515ms) appropriate ok 14 - Timer interval(514ms) appropriate ok 15 - Parent widow passed to NEM event handler ok 16 - timer name passed to NEM handler ok t/05_Timer_03_Interval.t ........... 1..11 ok 1 - Interval() returns timer interval ok 2 - Timer went off 3 times ok 3 - Timer interval(515ms) appropriate ok 4 - Timer interval(515ms) appropriate ok 5 - Timer interval(515ms) appropriate ok 6 - Interval(SET) returns prior timer interval ok 7 - Interval() returns new timer interval ok 8 - Timer went off 3 times ok 9 - Timer interval(1014ms) appropriate ok 10 - Timer interval(1014ms) appropriate ok 11 - Timer interval(1014ms) appropriate ok t/05_Timer_04_Kill.t ............... 1..19 ok 1 - new creates Test::Timer object isa Test::Timer ok 2 - Test::Timer is a subclass of Win32::GUI::Timer isa Win32::GUI::Timer ok 3 - $W->T1 contains a Test::Timer object isa Test::Timer ok 4 - $W->T1 contains a subclass of Win32::GUI::Timer isa Win32::GUI::Timer ok 5 - Parent references Timer ok 6 - timer's -id > 0 ok 7 - Timer's id is stored in parent ok 8 - Timer's name is stored in parent ok 9 - Timer's name is stored in timer object ok 10 - Parent's handle is stored in timer object ok 11 - Timer interval is stored in timer object ok 12 - Kill() returns timer interval ok 13 - Kill() sets inteval to zero ok 14 - DESTROY not called yet ok 15 - Kill(1) returns undef ok 16 - Kill(1) calls DESTROY ok 17 - Kill(1) tidies parent ok 18 - Kill(1) tidies parent ok 19 - DESTROY called for object destruction ok t/05_Timer_05_DESTROY.t ............ 1..11 ok 1 - DESTROY not called yet ok 2 - DESTROY not called yet ok 3 - DESTROY called when parent destroyed ok 4 - Timer's id is stored in parent ok 5 - Reference sotered in Parent ok 6 - DESTROY not called yet ok 7 - DESTROY not called yet ok 8 - DESTROY called when parent reference removed ok 9 - DESTROY() tidies parent ok 10 - DESTROY() tidies parent ok 11 - DESTROY not called when parent destroyed ok t/06_Cursor.t ...................... 1..1 ok 1 - new Win32::GUI::Cursor isa Win32::GUI::Cursor ok t/06_Icon.t ........................ 1..1 ok 1 - new Win32::GUI::Icon isa Win32::GUI::Icon ok t/50_Font_GetMetrics.t ............. 1..7 ok 1 - Win32::GUI::Font->can(...) ok 2 - $font isa Win32::GUI::Font not ok 3 - GetMetrics gives correct height # TODO Win32::GUI::Font::GetMetrics returns metrics for wrong font. TRACKER:1003427 # Failed (TODO) test 'GetMetrics gives correct height' # at t/50_Font_GetMetrics.t line 42. # got: '35' # expected: '23' ok 4 - $W isa Win32::GUI::Window ok 5 - $label isa Win32::GUI::Label not ok 6 - Window has correct font height # TODO Win32::GUI::Font::GetMetrics returns metrics for wrong font. TRACKER:1003427 # Failed (TODO) test 'Window has correct font height' # at t/50_Font_GetMetrics.t line 60. # got: '16' # expected: '23' not ok 7 - Label has correct font height # TODO Win32::GUI::Font::GetMetrics returns metrics for wrong font. TRACKER:1003427 # Failed (TODO) test 'Label has correct font height' # at t/50_Font_GetMetrics.t line 68. # got: '35' # expected: '23' ok t/50_Richedit_GetCharFormat.t ...... 1..16 ok 1 - Win32::GUI::RichEdit->can(...) ok 2 - $W isa Win32::GUI::Window ok 3 - $re isa Win32::GUI::RichEdit ok 4 - Text is bold ok 5 - normal text not bold ok 6 - normal text not italic ok 7 - normal text not underline ok 8 - normal text not strikeout ok 9 - Text is not all bold ok 10 - Text is not all italic ok 11 - Text is not all underline ok 12 - Text is not all strikeout ok 13 - bold text is bold ok 14 - italic character is italic ok 15 - underlined text is underlined ok 16 - strikeout text is strikeout ok t/97_Version.t ..................... 1..4 ok 1 - Major Version numbers the same ok 2 - Minor Version numbers the same ok 3 - RC numbers the same ok 4 - No extra information ok t/98_Pod.t ......................... 1..127 ok 1 - POD test for blib\script\win32-gui-demos.bat ok 2 - POD test for blib\script\win32-gui-demos.pl ok 3 - POD test for blib\lib\Win32\GUI.pm (no pod) ok 4 - POD test for blib\lib\Win32\GUI.pod ok 5 - POD test for blib\lib\Win32\GUI\AcceleratorTable.pod ok 6 - POD test for blib\lib\Win32\GUI\Animation.pod ok 7 - POD test for blib\lib\Win32\GUI\Bitmap.pod ok 8 - POD test for blib\lib\Win32\GUI\BitmapInline.pm ok 9 - POD test for blib\lib\Win32\GUI\Brush.pod ok 10 - POD test for blib\lib\Win32\GUI\Button.pod ok 11 - POD test for blib\lib\Win32\GUI\Checkbox.pod ok 12 - POD test for blib\lib\Win32\GUI\Class.pod ok 13 - POD test for blib\lib\Win32\GUI\Combobox.pod ok 14 - POD test for blib\lib\Win32\GUI\ComboboxEx.pod ok 15 - POD test for blib\lib\Win32\GUI\Constants.pm ok 16 - POD test for blib\lib\Win32\GUI\Cursor.pod ok 17 - POD test for blib\lib\Win32\GUI\DateTime.pod ok 18 - POD test for blib\lib\Win32\GUI\DC.pod ok 19 - POD test for blib\lib\Win32\GUI\DialogBox.pod ok 20 - POD test for blib\lib\Win32\GUI\DropFiles.pm ok 21 - POD test for blib\lib\Win32\GUI\Font.pod ok 22 - POD test for blib\lib\Win32\GUI\Graphic.pod ok 23 - POD test for blib\lib\Win32\GUI\GridLayout.pm ok 24 - POD test for blib\lib\Win32\GUI\Groupbox.pod ok 25 - POD test for blib\lib\Win32\GUI\Header.pod ok 26 - POD test for blib\lib\Win32\GUI\Icon.pod ok 27 - POD test for blib\lib\Win32\GUI\ImageList.pod ok 28 - POD test for blib\lib\Win32\GUI\Label.pod ok 29 - POD test for blib\lib\Win32\GUI\Listbox.pod ok 30 - POD test for blib\lib\Win32\GUI\ListView.pod ok 31 - POD test for blib\lib\Win32\GUI\MDIChild.pod ok 32 - POD test for blib\lib\Win32\GUI\MDIClient.pod ok 33 - POD test for blib\lib\Win32\GUI\MDIFrame.pod ok 34 - POD test for blib\lib\Win32\GUI\Menu.pod ok 35 - POD test for blib\lib\Win32\GUI\MenuButton.pod ok 36 - POD test for blib\lib\Win32\GUI\MenuItem.pod ok 37 - POD test for blib\lib\Win32\GUI\MonthCal.pod ok 38 - POD test for blib\lib\Win32\GUI\NotifyIcon.pod ok 39 - POD test for blib\lib\Win32\GUI\Pen.pod ok 40 - POD test for blib\lib\Win32\GUI\ProgressBar.pod ok 41 - POD test for blib\lib\Win32\GUI\RadioButton.pod ok 42 - POD test for blib\lib\Win32\GUI\Rebar.pod ok 43 - POD test for blib\lib\Win32\GUI\Region.pod ok 44 - POD test for blib\lib\Win32\GUI\ReleaseNotes.pod ok 45 - POD test for blib\lib\Win32\GUI\RichEdit.pod ok 46 - POD test for blib\lib\Win32\GUI\Scintilla.pm (no pod) ok 47 - POD test for blib\lib\Win32\GUI\Scintilla.pod ok 48 - POD test for blib\lib\Win32\GUI\Slider.pod ok 49 - POD test for blib\lib\Win32\GUI\Splitter.pod ok 50 - POD test for blib\lib\Win32\GUI\StatusBar.pod ok 51 - POD test for blib\lib\Win32\GUI\TabStrip.pod ok 52 - POD test for blib\lib\Win32\GUI\Textfield.pod ok 53 - POD test for blib\lib\Win32\GUI\Timer.pod ok 54 - POD test for blib\lib\Win32\GUI\Toolbar.pod ok 55 - POD test for blib\lib\Win32\GUI\Tooltip.pod ok 56 - POD test for blib\lib\Win32\GUI\Trackbar.pod ok 57 - POD test for blib\lib\Win32\GUI\TreeView.pod ok 58 - POD test for blib\lib\Win32\GUI\Tutorial.pod ok 59 - POD test for blib\lib\Win32\GUI\UpDown.pod ok 60 - POD test for blib\lib\Win32\GUI\Window.pod ok 61 - POD test for blib\lib\Win32\GUI\Constants\Tags.pm ok 62 - POD test for blib\lib\Win32\GUI\demos\AnimateWindow.pl (no pod) ok 63 - POD test for blib\lib\Win32\GUI\demos\Animation.pl (no pod) ok 64 - POD test for blib\lib\Win32\GUI\demos\BitmapScroll.pl (no pod) ok 65 - POD test for blib\lib\Win32\GUI\demos\DateTime.pl (no pod) ok 66 - POD test for blib\lib\Win32\GUI\demos\Draw.pl (no pod) ok 67 - POD test for blib\lib\Win32\GUI\demos\EventModel.pl (no pod) ok 68 - POD test for blib\lib\Win32\GUI\demos\GetOpenFileName.pl (no pod) ok 69 - POD test for blib\lib\Win32\GUI\demos\listview_drag_drop.pl (no pod) ok 70 - POD test for blib\lib\Win32\GUI\demos\MDI.pl (no pod) ok 71 - POD test for blib\lib\Win32\GUI\demos\MonthCal.pl (no pod) ok 72 - POD test for blib\lib\Win32\GUI\demos\Notepad.pl (no pod) ok 73 - POD test for blib\lib\Win32\GUI\demos\NotifyIcon.pl ok 74 - POD test for blib\lib\Win32\GUI\demos\Region.pl (no pod) ok 75 - POD test for blib\lib\Win32\GUI\demos\SplashScreen.pl (no pod) ok 76 - POD test for blib\lib\Win32\GUI\demos\standard_images.pl (no pod) ok 77 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part1_hello1.pl (no pod) ok 78 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part1_hello2.pl (no pod) ok 79 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part1_hello3.pl (no pod) ok 80 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part1_hello4.pl (no pod) ok 81 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part1_hello5.pl (no pod) ok 82 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part1_hello6.pl (no pod) ok 83 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part2_framework.pl (no pod) ok 84 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part3_DialogBox.pl (no pod) ok 85 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part4_NotifyIcon.pl (no pod) ok 86 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part4_StatusBar.pl (no pod) ok 87 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part4_timer.pl (no pod) ok 88 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part5_modalWindow.pl (no pod) ok 89 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part5_popupWindow1.pl (no pod) ok 90 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part5_popupWindow2.pl (no pod) ok 91 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part5_twoWindows.pl (no pod) ok 92 - POD test for blib\lib\Win32\GUI\demos\Tutorial_Part9_noDosWindow.pl (no pod) ok 93 - POD test for blib\lib\Win32\GUI\Listbox\Item.pod ok 94 - POD test for blib\lib\Win32\GUI\ListView\Item.pod ok 95 - POD test for blib\lib\Win32\GUI\ListView\SubItem.pod ok 96 - POD test for blib\lib\Win32\GUI\Reference\Events.pod ok 97 - POD test for blib\lib\Win32\GUI\Reference\Methods.pod ok 98 - POD test for blib\lib\Win32\GUI\Reference\Options.pod ok 99 - POD test for blib\lib\Win32\GUI\Reference\Packages.pod ok 100 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_0_0_502.pod ok 101 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_0_0_588.pod ok 102 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_0_0_665.pod ok 103 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_0_0_670.pod ok 104 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_0_0_671.pod ok 105 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_0_99_1.pod ok 106 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_1_0.pod ok 107 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_1_02.pod ok 108 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_1_03.pod ok 109 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_1_04.pod ok 110 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_1_05.pod ok 111 - POD test for blib\lib\Win32\GUI\ReleaseNotes\RN_1_06.pod ok 112 - POD test for blib\lib\Win32\GUI\Scintilla\Perl.pm ok 113 - POD test for blib\lib\Win32\GUI\Tutorial\Part1.pod ok 114 - POD test for blib\lib\Win32\GUI\Tutorial\Part2.pod ok 115 - POD test for blib\lib\Win32\GUI\Tutorial\Part3.pod ok 116 - POD test for blib\lib\Win32\GUI\Tutorial\Part4.pod ok 117 - POD test for blib\lib\Win32\GUI\Tutorial\Part5.pod ok 118 - POD test for blib\lib\Win32\GUI\Tutorial\Part9.pod ok 119 - POD test for blib\lib\Win32\GUI\UserGuide\Concepts.pod ok 120 - POD test for blib\lib\Win32\GUI\UserGuide\FAQ.pod ok 121 - POD test for blib\lib\Win32\GUI\UserGuide\Introduction.pod ok 122 - POD test for blib\lib\Win32\GUI\UserGuide\Readme.pod ok 123 - POD test for blib\lib\Win32\GUI\demos\Constants\ConstantsDemo.pl (no pod) ok 124 - POD test for blib\lib\Win32\GUI\demos\DropFiles\DropFilesDemo.pl (no pod) ok 125 - POD test for blib\lib\Win32\GUI\demos\Scintilla\Editor.pl (no pod) ok 126 - POD test for blib\lib\Win32\GUI\demos\Scintilla\test.pl (no pod) ok 127 - POD test for blib\lib\Win32\GUI\demos\Scintilla\test2.pl (no pod) ok t/99_pod_coverage.t ................ 1..1 not ok 1 - Win32::GUI POD Coverage tests # TODO Tests for Win32::GUI POD coverage not yet written # Failed (TODO) test 'Win32::GUI POD Coverage tests' # at t/99_pod_coverage.t line 18. ok All tests successful. Files=24, Tests=458, 16 wallclock secs ( 0.38 usr + 0.51 sys = 0.89 CPU) Result: PASS