1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11-toolkits/p5-Test-Tk/pkg-plist
Po-Chuan Hsieh c33e70ed08
x11-toolkits/p5-Test-Tk: Add p5-Test-Tk 3.01
Test::Tk aims to assist in the testing of Perl/Tk widgets.

createapp creates a MainWindow widget and places it in the variable $app. It
sets a timer with delay $delay to start the internal test routine.

starttesting launches the main loop and sets a timer with delay $delay to start
the internal test routine.

When testing is done the MainWindow is destroyed and the test script continues.

You can set a command line parameter show to test command on the command line.
eg perl -Mblib t/My-Test.t show. The application will not terminate so you can
visually inspect it.

It will perform two tests. You need to account for these when you set your
number of tests.

If you are not on Windows and no XServer is running, all tests will be skipped.
2023-07-10 05:34:16 +08:00

3 lines
54 B
Plaintext

%%SITE_PERL%%/Test/Tk.pm
%%PERL5_MAN3%%/Test::Tk.3.gz