Module can't be installed because some test script fail in linux-32 and
perl 5.10.1
failing tests:
t/02_Options_Basic.t ( TestTakeFocus )
t/04_Options_Misc.t ( TestState )
Some tests add more widgets to the main screen but window is not resized
to accomodate new widgets, making some of them to be not visible.
Invisible widgets can't and test cases fail. I was able to make them
pass by putting something like $mw->geometry('500x500');