stas 2003/01/21 22:54:50 Modified: src/docs/general/testing testing.pod Log: document the new skip test shortcut: have_threads Revision Changes Path 1.7 +7 -0 modperl-docs/src/docs/general/testing/testing.pod Index: testing.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/general/testing/testing.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- testing.pod 20 Jan 2003 23:25:03 -0000 1.6 +++ testing.pod 22 Jan 2003 06:54:50 -0000 1.7 @@ -1896,6 +1896,13 @@ tests whether C<PerlIO> is available. +=item * have_threads() + +have_threads checks whether whether threads are supported by both +Apache and Perl. + + plan tests => 2, have_threads; + =item * have_lwp() Tests whether the Perl module LWP is installed.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]